hyanantha Mon Oct 18 06:36:36 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main main.c Log: removing a call to php_output_activate in php_module_startup(Fix for bug#30397) http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.4&r2=1.604.2.5&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.604.2.4 php-src/main/main.c:1.604.2.5 --- php-src/main/main.c:1.604.2.4 Mon Oct 18 02:04:10 2004 +++ php-src/main/main.c Mon Oct 18 06:36:35 2004 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.604.2.4 2004/10/18 06:04:10 derick Exp $ */ +/* $Id: main.c,v 1.604.2.5 2004/10/18 10:36:35 hyanantha Exp $ */ /* {{{ includes */ @@ -1321,7 +1321,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