diff options
author | Anatol Belski <ab@php.net> | 2014-07-17 21:49:08 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-07-17 21:49:08 +0200 |
commit | 0662a0b0684ff187f56af40d0569bcad50b6885e (patch) | |
tree | 0ee3ed3f57b7eb47514d0e370109fdcd71e57ba1 /win32/build/phpize.js.in | |
parent | 9308df4f62ea40119545a9744e4cd2f6ae38ec42 (diff) | |
parent | b5324acd351b9b0c27bfee10d41aa579c1b442eb (diff) | |
download | php-git-0662a0b0684ff187f56af40d0569bcad50b6885e.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
implemented usage of the non core ext deps in phpize mode
Diffstat (limited to 'win32/build/phpize.js.in')
-rw-r--r-- | win32/build/phpize.js.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in index a5c83bde01..3178804212 100644 --- a/win32/build/phpize.js.in +++ b/win32/build/phpize.js.in @@ -208,6 +208,7 @@ STDOUT.WriteLine(PHP_DIR); C.WriteLine("/* This file automatically generated from script/confutils.js */");
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') + '"');
C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
|