summaryrefslogtreecommitdiff
path: root/win32/build/phpize.js.in
diff options
context:
space:
mode:
authorGeorge Wang <gwang@php.net>2014-07-11 14:39:03 -0400
committerGeorge Wang <gwang@php.net>2014-07-11 14:39:03 -0400
commita5f2b002b4540a9671d3ba1ac46c5fc0cb64c58c (patch)
treec3136b4de3a827dcae6cf27d4129839478cc8d77 /win32/build/phpize.js.in
parent9f721967a329387bf73c0d5bebe9578ba772601e (diff)
parentb10ed89dac82f6a688257f6ef6e62417743c1387 (diff)
downloadphp-git-a5f2b002b4540a9671d3ba1ac46c5fc0cb64c58c.tar.gz
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
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"));