From: Anatol Belski Date: Wed, 11 Nov 2015 15:32:26 +0000 (+0100) Subject: fix format macro names in UPGRADING.INTERNALS X-Git-Tag: php-7.0.1RC1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e59e72bcc478c0b827ca0639743e46946ee0bc;p=php fix format macro names in UPGRADING.INTERNALS --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index b6c757dc73..b263805337 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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 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