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:
@@ -1407,6 +1407,8 @@ int php_request_startup(TSRMLS_D)
|
||||
retval = FAILURE;
|
||||
} zend_end_try();
|
||||
|
||||
SG(sapi_started) = 1;
|
||||
|
||||
return retval;
|
||||
}
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user