php-src/UPGRADING.INTERNALS
Niels Dossche 6366da48ec
Use unsigned int for the reference count APIs in ext/libxml (#16706)
Also removes impossible conditions.
2024-11-06 17:47:35 +01:00

35 lines
578 B
Plaintext

PHP 8.5 INTERNALS UPGRADE NOTES
1. Internal API changes
2. Build system changes
3. Module changes
4. OpCode changes
5. SAPI changes
========================
1. Internal API changes
========================
========================
2. Build system changes
========================
========================
3. Module changes
========================
- ext/libxml
. The refcount APIs now return an `unsigned int` instead of an `int`.
========================
4. OpCode changes
========================
========================
5. SAPI changes
========================