Skip to content

Commit c879d72

Browse files
committed
[skip ci] make description clearer
1 parent 69b2b77 commit c879d72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

UPGRADING.INTERNALS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
6464
zend_enum_RoundingMode parameter.
6565
. Added Z_PARAM_ENUM().
6666
. Added zend_enum_fetch_case_id().
67-
. Added zend_bin2hex(), zend_bin2hex_upper() and zend_bin2hex_str().
67+
. Added zend_bin2hex(), zend_bin2hex_upper() and zend_bin2hex_str() as helper
68+
functions to remove dependencies on /ext/hash in various extensions.
6869
. ZEND_INI_GET_ADDR() is now a void* pointer instead of a char* pointer. This
6970
more correctly represents the generic nature of the returned pointer and
7071
allows to remove explicit casts, but possibly breaks pointer arithmetic

0 commit comments

Comments
 (0)