C.WriteBlankLines(1);\r
}\r
\r
-// Pull in code from sapi and extensions\r
+// Pull in code for the base detection\r
modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");\r
\r
C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");\r
C.WriteLine("conf_process_args();");\r
C.WriteBlankLines(1);\r
\r
-C.Write(file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"));\r
-\r
// Comment out the calls from their original positions\r
modules = modules.replace(re, "/* $1 */");\r
C.Write(modules);\r