tony2001 Thu May 18 22:30:52 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/main main.c
Log:
fix leak (and possible segfault?)
see bug #30397 for more details, somebody should really consider doing MFH
when fixing such critical things
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.512.2.63.2.9&r2=1.512.2.63.2.10&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.512.2.63.2.9 php-src/main/main.c:1.512.2.63.2.10
--- php-src/main/main.c:1.512.2.63.2.9 Mon Jan 30 15:31:10 2006
+++ php-src/main/main.c Thu May 18 22:30:52 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.512.2.63.2.9 2006/01/30 15:31:10 iliaa Exp $ */
+/* $Id: main.c,v 1.512.2.63.2.10 2006/05/18 22:30:52 tony2001 Exp $ */
/* {{{ includes
*/
@@ -1108,7 +1108,6 @@
sapi_module = *sf;
php_output_startup();
- php_output_activate(TSRMLS_C);
zuf.error_function = php_error_cb;
zuf.printf_function = php_printf;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php