1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

Fixed crash on POST request after dl("mbstring.so")

This commit is contained in:
Dmitry Stogov
2007-09-24 11:53:57 +00:00
parent 9fb312447e
commit 38673d1f6f

View File

@@ -1407,6 +1407,8 @@ int php_request_startup(TSRMLS_D)
retval = FAILURE;
} zend_end_try();
SG(sapi_started) = 1;
return retval;
}
# else