File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ PHP 8.5 INTERNALS UPGRADE NOTES
4545 properties.
4646 . ZEND_IS_XDIGIT() macro was removed because it was unused and its name
4747 did not match its actual behavior.
48+ . zend_get_zendleng(), previously only declared when PHP was compiled with
49+ ZTS support, was removed because it was unused, only forward declared.
4850 . zend_register_constant() now returns a pointer to the added constant
4951 on success and NULL on failure instead of SUCCESS/FAILURE.
5052
Original file line number Diff line number Diff line change @@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
886886
887887#ifdef ZTS
888888const char * zend_get_zendtext (void );
889- int zend_get_zendleng (void );
890889#endif
891890
892891typedef zend_result (ZEND_FASTCALL * unary_op_type )(zval * , zval * );
You can’t perform that action at this time.
0 commit comments