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 8101337 commit 2231393Copy full SHA for 2231393
UPGRADING.INTERNALS
@@ -39,6 +39,9 @@ PHP 8.2 INTERNALS UPGRADE NOTES
39
- zend_object_do_operation_t
40
* Added a new zero_position argument to php_stream_fopen_from_fd_rel to reflect
41
if this a newly created file so the current file offset needs not to be checked.
42
+* zend_internal_attribute_register() no longer takes a flags argument nor
43
+ registers the attribute class directly. Instead specify #[Attribute] with the
44
+ appropriate target flags in the .stub.php file.
45
46
========================
47
2. Build system changes
0 commit comments