We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00790 commit 6c81c4bCopy full SHA for 6c81c4b
UPGRADING.INTERNALS
@@ -1,7 +1,7 @@
1
PHP 8.0 INTERNALS UPGRADE NOTES
2
3
1. Internal API changes
4
- a. TBD
+ a. Object Handlers API
5
6
2. Build system changes
7
a. Abstract
@@ -14,7 +14,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES
14
15
========================
16
17
+ a. Object Handlers API and some related functions, e.g. zend_call_method() and
18
+ zend_objects_clone_obj() were changed to recieve zend_object* instead of
19
+ zval* and zend_string* instead of zval* for property names.
20
+
21
22
23
0 commit comments