From e1f706e3f483865b91ae2af55cfd7a5b83e4efc8 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 24 Mar 2015 14:52:00 +0100 Subject: [PATCH] fix typo --- UPGRADING.INTERNALS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 027321550d0..d4c1150d360 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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.