Skip to content

Commit

Permalink
- we need the core config.w32 only once
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Jan 3, 2011
1 parent bfb9b6d commit b4ae112
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions win32/build/phpize.js.in
Expand Up @@ -222,8 +222,7 @@ if (DSP == true) {
C.WriteBlankLines(1); 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"); modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");


C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");"); C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
Expand All @@ -249,8 +248,6 @@ C.WriteBlankLines(1);
C.WriteLine("conf_process_args();"); C.WriteLine("conf_process_args();");
C.WriteBlankLines(1); C.WriteBlankLines(1);


C.Write(file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"));

// Comment out the calls from their original positions // Comment out the calls from their original positions
modules = modules.replace(re, "/* $1 */"); modules = modules.replace(re, "/* $1 */");
C.Write(modules); C.Write(modules);
Expand Down

0 comments on commit b4ae112

Please sign in to comment.