From f0a1e410a3c23e6ac8c4d10a0218a3c40190b64a Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 17 Jul 2014 21:47:15 +0200 Subject: implemented usage of the non core ext deps in phpize mode --- win32/build/phpize.js.in | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/build/phpize.js.in') 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")) { -- cgit v1.2.1