summaryrefslogtreecommitdiff
path: root/win32/build/phpize.js.in
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-07-10 21:50:37 +0200
committerAnatol Belski <ab@php.net>2014-07-10 21:50:37 +0200
commit1f90dd3359df540842ba29d0b3eb087195669b36 (patch)
tree3120c9549d7a78b48de0b343530993794c8108a9 /win32/build/phpize.js.in
parente7f36ba6935d187cbe0be642f5b5104238c83785 (diff)
downloadphp-git-1f90dd3359df540842ba29d0b3eb087195669b36.tar.gz
force ext_dep.js prepend to configure.js in phpize mode
Diffstat (limited to 'win32/build/phpize.js.in')
-rw-r--r--win32/build/phpize.js.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in
index 4813ec0b5d..235c0816a3 100644
--- a/win32/build/phpize.js.in
+++ b/win32/build/phpize.js.in
@@ -209,6 +209,8 @@ 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.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
+
C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));