We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ba7ba commit cc8fcf2Copy full SHA for cc8fcf2
UPGRADING.INTERNALS
@@ -174,6 +174,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES
174
- zend_set_hash_symbol()
175
5. Argument zval* to zend_object* in Zend Engine 4.0:
176
- zend_get_closure_method_def()
177
+ 6. Argument void to const char* in Zend Engine 4.0:
178
+ - zend_get_op_array_extension_handle()
179
+ 7. Argument zend_extension to const char* in Zend Engine 4.0:
180
+ - zend_get_resource_handle()
181
182
u. Instead of overwriting zend_error_cb extensions with debugging, monitoring
183
use-cases catching Errors/Exceptions are strongly encouraged to use
0 commit comments