mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix format macro names in UPGRADING.INTERNALS
This commit is contained in:
parent
2777d0a1d9
commit
a2e59e72bc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ changes. See: https://wiki.php.net/phpng-upgrading
|
||||||
|
|
||||||
The only exceptions are the snprintf and zend_sprintf functions yet, because in some cases
|
The only exceptions are the snprintf and zend_sprintf functions yet, because in some cases
|
||||||
they can use the implemenations available on the system, not the PHP one. With snprintf the
|
they can use the implemenations available on the system, not the PHP one. With snprintf the
|
||||||
macros ZEND_INT_FMT and ZEND_UINT_FMT should be used.
|
macros ZEND_LONG_FMT and ZEND_ULONG_FMT should be used.
|
||||||
|
|
||||||
h. HashTable API
|
h. HashTable API
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue