pajoye Mon, 03 Jan 2011 01:08:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307008
Log:
- we need the core config.w32 only once
Changed paths:
U php/php-src/branches/PHP_5_3/win32/build/phpize.js.in
U php/php-src/trunk/win32/build/phpize.js.in
Modified: php/php-src/branches/PHP_5_3/win32/build/phpize.js.in
===================================================================
--- php/php-src/branches/PHP_5_3/win32/build/phpize.js.in 2011-01-03
01:07:28 UTC (rev 307007)
+++ php/php-src/branches/PHP_5_3/win32/build/phpize.js.in 2011-01-03
01:08:21 UTC (rev 307008)
@@ -222,8 +222,7 @@
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.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);
Modified: php/php-src/trunk/win32/build/phpize.js.in
===================================================================
--- php/php-src/trunk/win32/build/phpize.js.in 2011-01-03 01:07:28 UTC (rev
307007)
+++ php/php-src/trunk/win32/build/phpize.js.in 2011-01-03 01:08:21 UTC (rev
307008)
@@ -222,7 +222,7 @@
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\");");
@@ -248,8 +248,6 @@
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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php