summaryrefslogtreecommitdiff
path: root/win32/build/phpize.js.in
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-07-17 21:49:08 +0200
committerAnatol Belski <ab@php.net>2014-07-17 21:49:08 +0200
commit0662a0b0684ff187f56af40d0569bcad50b6885e (patch)
tree0ee3ed3f57b7eb47514d0e370109fdcd71e57ba1 /win32/build/phpize.js.in
parent9308df4f62ea40119545a9744e4cd2f6ae38ec42 (diff)
parentb5324acd351b9b0c27bfee10d41aa579c1b442eb (diff)
downloadphp-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.in1
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")) {