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 *.