mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- we need the core config.w32 only once
This commit is contained in:
parent
bfb9b6d06e
commit
b4ae112dae
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user