]> granicus.if.org Git - php/commitdiff
note on %pd format
authorAnatol Belski <ab@php.net>
Sun, 24 Aug 2014 00:36:17 +0000 (02:36 +0200)
committerAnatol Belski <ab@php.net>
Sun, 24 Aug 2014 00:36:17 +0000 (02:36 +0200)
UPGRADING.INTERNALS

index e46581ac70d95f3f67c41a09193747cd8fd378cb..026b02d0d6681d4035066499d66779e1611e6009 100644 (file)
@@ -77,6 +77,10 @@ UPGRADE NOTES - PHP X.Y
        pointer address might need to be enclosed into #ifdef when it unlickily followed by 'd',
        'u', 'x' or 'o'.
 
+       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. Fro snprintf the
+       usage of the macros ZEND_INT_FMT ZEND_UINT_FMT should be used.
+
   h. HashTable API
 
        Datatype for array indexes was changed to php_uint_t, for string keys to zend_string *.