hyanantha Mon Oct 18 06:26:45 2004 EDT Modified files: /php-src/main main.c Log: removing php_output_activate Fix for bug#30397 http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.613&r2=1.614&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.613 php-src/main/main.c:1.614 --- php-src/main/main.c:1.613 Mon Oct 18 02:04:02 2004 +++ php-src/main/main.c Mon Oct 18 06:26:45 2004 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.613 2004/10/18 06:04:02 derick Exp $ */ +/* $Id: main.c,v 1.614 2004/10/18 10:26:45 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