We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddac51 commit 4359b2dCopy full SHA for 4359b2d
1 file changed
UPGRADING.INTERNALS
@@ -64,6 +64,10 @@ PHP 8.6 INTERNALS UPGRADE NOTES
64
zend_enum_RoundingMode parameter.
65
. Added Z_PARAM_ENUM().
66
. 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.
71
72
========================
73
2. Build system changes
0 commit comments