From 02b03df91a554a871b34896b8a29e50c2fa8fc81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Fri, 31 Jul 2020 10:04:49 +0200 Subject: [PATCH] Document the signature change of zend_get_closure_method_def() --- UPGRADING.INTERNALS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 6985650801..e4a8e98de3 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -172,6 +172,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES - add_next_index_bool() 4. Argument int to size_t in Zend Engine 4.0: - zend_set_hash_symbol() + 5. Argument zval* to zend_object* in Zend Engine 4.0: + - zend_get_closure_method_def() u. Instead of overwriting zend_error_cb extensions with debugging, monitoring use-cases catching Errors/Exceptions are strongly encouraged to use -- 2.40.0