From c429c74be966415085e781c6fbaf9fbf184ec164 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 Aug 2014 23:28:08 +0200 Subject: generalize the zend_long stuff --- main/php_stdint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_stdint.h') diff --git a/main/php_stdint.h b/main/php_stdint.h index 14b32d7ca4..527ee3493d 100644 --- a/main/php_stdint.h +++ b/main/php_stdint.h @@ -28,6 +28,7 @@ # if !defined(_STDINT) # define _STDINT # include "win32/php_stdint.h" +# include "win32/php_inttypes.h" # endif # define HAVE_INT8_T 1 # define HAVE_UINT8_T 1 -- cgit v1.2.1 From d0cb715373c3fbe9dc095378ec5ed8c71f799f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Fri, 19 Sep 2014 18:33:14 +0200 Subject: s/PHP 5/PHP 7/ --- main/php_stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_stdint.h') diff --git a/main/php_stdint.h b/main/php_stdint.h index 527ee3493d..4d0d723af6 100644 --- a/main/php_stdint.h +++ b/main/php_stdint.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ -- cgit v1.2.1