diff options
author | Xinchen Hui <laruence@php.net> | 2014-07-17 12:06:12 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-07-17 12:06:12 +0800 |
commit | 21654a671f1656ff43274faa6ded773000abac2f (patch) | |
tree | de37bcf7a044266c81e70e84b1ee37678a4a505a /win32/build/phpize.js.in | |
parent | 41eb63e78f8e4a04b3d634cfac6fbc5b3c1adb99 (diff) | |
parent | 7446c81aed7d085f05dae0d785c7f49109bc44ec (diff) | |
download | php-git-21654a671f1656ff43274faa6ded773000abac2f.tar.gz |
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Diffstat (limited to 'win32/build/phpize.js.in')
-rw-r--r-- | win32/build/phpize.js.in | 2 |
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"));
|