php-src/UPGRADING.INTERNALS
Jeremy Mikola 25cdb3b83d
[skip ci] Document zend_enum_get_case_by_value() function
This function was introduced in d62d50b88e.
2022-10-20 11:08:57 +02:00

38 lines
794 B
Plaintext

PHP 8.3 INTERNALS UPGRADE NOTES
1. Internal API changes
2. Build system changes
3. Module changes
4. OpCode changes
5. SAPI changes
========================
1. Internal API changes
========================
* zend_class_entry now possesses a default_object_handlers field, which
provides a default object handler when create_object() is not overriding it.
========================
2. Build system changes
========================
========================
3. Module changes
========================
a. ext/json
- A new function php_json_validate_ex has been added to check if the
provided C string is valid for the given depth and options.
========================
4. OpCode changes
========================
========================
5. SAPI changes
========================