Skip to content

Commit 6c81c4b

Browse files
committed
Added note anout object habdlers API change
1 parent db00790 commit 6c81c4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP 8.0 INTERNALS UPGRADE NOTES
22

33
1. Internal API changes
4-
a. TBD
4+
a. Object Handlers API
55

66
2. Build system changes
77
a. Abstract
@@ -14,7 +14,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES
1414
1. Internal API changes
1515
========================
1616

17-
a. TBD
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+
1821

1922
========================
2023
2. Build system changes

0 commit comments

Comments
 (0)