Skip to content

Commit 498a602

Browse files
committed
Add note to UPGRADING.INTERNALS about Attribute API changes
Signed-off-by: Bob Weinand <[email protected]>
1 parent 7d5f04c commit 498a602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ PHP 8.2 INTERNALS UPGRADE NOTES
3232
* Deprecated zend_atoi() and zend_atol(). Use ZEND_STRTOL() for general purpose
3333
string to long conversion, or a variant of zend_ini_parse_quantity() for
3434
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.
3538

3639
========================
3740
2. Build system changes

0 commit comments

Comments
 (0)