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 7d5f04c commit 498a602Copy full SHA for 498a602
UPGRADING.INTERNALS
@@ -32,6 +32,9 @@ PHP 8.2 INTERNALS UPGRADE NOTES
32
* Deprecated zend_atoi() and zend_atol(). Use ZEND_STRTOL() for general purpose
33
string to long conversion, or a variant of zend_ini_parse_quantity() for
34
parsing ini quantities.
35
+* zend_internal_attribute_register() no longer takes a flags argument nor
36
+ registers the attribute class directly. Instead specify #[Attribute] with the
37
+ appropriate target flags in the .stub.php file.
38
39
========================
40
2. Build system changes
0 commit comments