We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b2b77 commit c879d72Copy full SHA for c879d72
1 file changed
UPGRADING.INTERNALS
@@ -64,7 +64,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
64
zend_enum_RoundingMode parameter.
65
. Added Z_PARAM_ENUM().
66
. Added zend_enum_fetch_case_id().
67
- . Added zend_bin2hex(), zend_bin2hex_upper() and zend_bin2hex_str().
+ . Added zend_bin2hex(), zend_bin2hex_upper() and zend_bin2hex_str() as helper
68
+ functions to remove dependencies on /ext/hash in various extensions.
69
. ZEND_INI_GET_ADDR() is now a void* pointer instead of a char* pointer. This
70
more correctly represents the generic nature of the returned pointer and
71
allows to remove explicit casts, but possibly breaks pointer arithmetic
0 commit comments