dmitry          Mon Sep 24 11:53:40 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.640.2.23.2.56&r2=1.640.2.23.2.57&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.640.2.23.2.56 php-src/main/main.c:1.640.2.23.2.57
--- php-src/main/main.c:1.640.2.23.2.56 Fri Sep 21 14:12:52 2007
+++ php-src/main/main.c Mon Sep 24 11:53:40 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.640.2.23.2.56 2007/09/21 14:12:52 tony2001 Exp $ */
+/* $Id: main.c,v 1.640.2.23.2.57 2007/09/24 11:53:40 dmitry Exp $ */
 
 /* {{{ includes
  */
@@ -1299,6 +1299,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