summaryrefslogtreecommitdiff
path: root/win32/build/phpize.js.in
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-08 11:01:15 +0200
committerAnatol Belski <ab@php.net>2014-10-08 11:01:15 +0200
commit9a3af83ee2aecff25fd4922ef67c1fb4d2af6201 (patch)
tree1aba1b3b26e98cc218aff56ea5a4713c4a7774ec /win32/build/phpize.js.in
parent892efcfc3dcc4d869d00e3628c3aa5116fe2c7ab (diff)
downloadphp-git-9a3af83ee2aecff25fd4922ef67c1fb4d2af6201.tar.gz
fix phpize for /mp and more
Diffstat (limited to 'win32/build/phpize.js.in')
-rw-r--r--win32/build/phpize.js.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in
index b0ba0bbb82..1302cf7065 100644
--- a/win32/build/phpize.js.in
+++ b/win32/build/phpize.js.in
@@ -213,6 +213,11 @@ C.WriteLine("var MODE_PHPIZE = true;");
C.WriteLine("var PHP_DIR = " + '"' + PHP_DIR.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
C.WriteLine("var PHP_PREFIX = " + '"' + PHP_PREFIX.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"');
+/* XXX this needs to be implemented for the phpize mode yet, a quick fix just to disable it for now */
+C.WriteLine("var PHP_ANALYZER = 'disabled';");
+C.WriteLine("var PHP_PGO = 'no';");
+C.WriteLine("var PHP_PGI = 'no';");
+
C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));