derick          Mon Oct 18 02:04:03 2004 EDT

  Modified files:              
    /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.612&r2=1.613&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.612 php-src/main/main.c:1.613
--- php-src/main/main.c:1.612   Sat Oct 16 06:32:42 2004
+++ php-src/main/main.c Mon Oct 18 02:04:02 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.612 2004/10/16 10:32:42 hyanantha Exp $ */
+/* $Id: main.c,v 1.613 2004/10/18 06:04:02 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

Reply via email to