dmitry          Mon Sep 24 11:53:57 2007 UTC

  Modified files:              
    /php-src/main       main.c 
  Log:
  Fixed crash on POST request after dl("mbstring.so")
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.748&r2=1.749&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.748 php-src/main/main.c:1.749
--- php-src/main/main.c:1.748   Fri Sep 21 14:11:45 2007
+++ php-src/main/main.c Mon Sep 24 11:53:57 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.748 2007/09/21 14:11:45 tony2001 Exp $ */
+/* $Id: main.c,v 1.749 2007/09/24 11:53:57 dmitry Exp $ */
 
 /* {{{ includes
  */
@@ -1407,6 +1407,8 @@
                retval = FAILURE;
        } zend_end_try();
 
+       SG(sapi_started) = 1;
+
        return retval;
 }
 # else

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to