]> granicus.if.org Git - php/commitdiff
fix typo
authorAnatol Belski <ab@php.net>
Tue, 24 Mar 2015 13:52:00 +0000 (14:52 +0100)
committerAnatol Belski <ab@php.net>
Tue, 24 Mar 2015 21:02:26 +0000 (22:02 +0100)
UPGRADING.INTERNALS

index 027321550d0875b845c1684071aebc6459a6adb1..d4c1150d360d89f058cd6029eabfb5ed5a55b975 100644 (file)
@@ -107,7 +107,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
       -                                                   SIZEOF_ZEND_LONG  reworked SIZEOF_ZEND_LONG representing the size of zend_long datatype
       -                                                   ZEND_SIZE_MAX     Max value of size_t
       -                                                   Z_L               casts an integral constant to zend_long
-      -                                                   Z_U               casts an integral constant to zend_ulong
+      -                                                   Z_UL              casts an integral constant to zend_ulong
 
       The macro ZEND_ENABLE_ZVAL_LONG64 reveals whether zval operates on 64 or 32 bit integer.