1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add UPGRADING information for Zend API change

Related to 7815ab9b22
This commit is contained in:
Gina Peter Banyard
2025-10-29 13:24:36 +00:00
parent 7815ab9b22
commit 23162d852a

View File

@@ -39,6 +39,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
needs to be obtained use the zend_get_callable_zval_from_fcc() function
instead. If this was used to store a callable, then an FCC should be
stored instead.
. The zend_active_function{_ex}() functions now return a const zend_function
pointer.
========================
2. Build system changes