derick Mon Oct 18 02:04:11 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main main.c Log: - Revert patch until it is discussed http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.3&r2=1.604.2.4&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.604.2.3 php-src/main/main.c:1.604.2.4 --- php-src/main/main.c:1.604.2.3 Sat Oct 16 06:34:59 2004 +++ php-src/main/main.c Mon Oct 18 02:04:10 2004 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: main.c,v 1.604.2.3 2004/10/16 10:34:59 hyanantha Exp $ */ +/* $Id: main.c,v 1.604.2.4 2004/10/18 06:04:10 derick Exp $ */ /* {{{ includes */ @@ -1321,6 +1321,7 @@ 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