From b4ae112daecf238e55170962e2e1744ccd3f558b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 3 Jan 2011 01:08:21 +0000 Subject: [PATCH] - we need the core config.w32 only once --- win32/build/phpize.js.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in index caaf27b8f6..4813ec0b5d 100644 --- a/win32/build/phpize.js.in +++ b/win32/build/phpize.js.in @@ -222,8 +222,7 @@ if (DSP == true) { C.WriteBlankLines(1); } -// Pull in code from sapi and extensions - +// Pull in code for the base detection modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"); C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");"); @@ -249,8 +248,6 @@ C.WriteBlankLines(1); C.WriteLine("conf_process_args();"); C.WriteBlankLines(1); -C.Write(file_get_contents(PHP_DIR + "/script/config.w32.phpize.in")); - // Comment out the calls from their original positions modules = modules.replace(re, "/* $1 */"); C.Write(modules); -- 2.40.0