Skip to content

Commit 4359b2d

Browse files
committed
UPGRADING.INTERNALS
1 parent 3ddac51 commit 4359b2d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

UPGRADING.INTERNALS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ PHP 8.6 INTERNALS UPGRADE NOTES
6464
zend_enum_RoundingMode parameter.
6565
. Added Z_PARAM_ENUM().
6666
. Added zend_enum_fetch_case_id().
67+
. ZEND_INI_GET_ADDR() is now a void* pointer instead of a char* pointer. This
68+
more correctly represents the generic nature of the returned pointer and
69+
allows to remove explicit casts, but possibly breaks pointer arithmetic
70+
performed on the result.
6771

6872
========================
6973
2. Build system changes

0 commit comments

Comments
 (0)