diff options
author | Anatol Belski <ab@php.net> | 2014-07-17 21:48:46 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-07-17 21:48:46 +0200 |
commit | b5324acd351b9b0c27bfee10d41aa579c1b442eb (patch) | |
tree | e398c5a389e412688385d77c90aba0e114c8e0a2 /win32/build/phpize.js.in | |
parent | 1a2c3bd3ad0463c5d0b0f6f86425a6be3e4807b6 (diff) | |
parent | f0a1e410a3c23e6ac8c4d10a0218a3c40190b64a (diff) | |
download | php-git-b5324acd351b9b0c27bfee10d41aa579c1b442eb.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
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")) {
|