summaryrefslogtreecommitdiff
path: root/win32/build/config.w32.phpize.in
diff options
context:
space:
mode:
authorFlorian MARGAINE <florian@margaine.com>2014-09-20 10:01:44 +0200
committerFlorian MARGAINE <florian@margaine.com>2014-09-20 10:01:44 +0200
commitcf0303e7824c3e20e9db240f9d4e4b154cc2a72d (patch)
tree89aa4aab62b422615a7441552b3a0176b22b2b0d /win32/build/config.w32.phpize.in
parent25f5ba94aca1e89ee5f0c66513e58826afa3b853 (diff)
downloadphp-git-cf0303e7824c3e20e9db240f9d4e4b154cc2a72d.tar.gz
Replaces php5 with php7, without whitespace changes.
Diffstat (limited to 'win32/build/config.w32.phpize.in')
-rw-r--r--win32/build/config.w32.phpize.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in
index cfec2a28f1..af24193d36 100644
--- a/win32/build/config.w32.phpize.in
+++ b/win32/build/config.w32.phpize.in
@@ -115,7 +115,7 @@ DEFINE('PHP_PREFIX', PHP_PREFIX);
DEFINE("BASE_INCLUDES", "/I " + PHP_DIR + "/include /I " + PHP_DIR + "/include/main /I " + PHP_DIR + "/include/Zend /I " + PHP_DIR + "/include/TSRM /I " + PHP_DIR + "/include/ext ");
// CFLAGS for building the PHP dll
-DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP5DLLTS_EXPORTS /D PHP_EXPORTS \
+DEFINE("CFLAGS_PHP", "/D _USRDLL /D PHP7DLLTS_EXPORTS /D PHP_EXPORTS \
/D LIBZEND_EXPORTS /D TSRM_EXPORTS /D SAPI_EXPORTS /D WINVER=0x500");
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');