diff options
author | Stanislav Malyshev <stas@php.net> | 2014-09-02 14:19:16 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-09-02 14:19:16 -0700 |
commit | 91505203c06f9ee981287ca7ae11b0763eb966aa (patch) | |
tree | 5d649f374485fef6ee9b350b8e27f8245f184202 /main | |
parent | ce776aea5736fb190bf6cea86c16de56cedf1e6d (diff) | |
parent | 0c6e2b52197bc2e3834b39eff2dcd4b977bd4b65 (diff) | |
download | php-git-91505203c06f9ee981287ca7ae11b0763eb966aa.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
Revert "Fix bug #67644 - Memory corruption & crash during ob_start function callback"
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/main.c b/main/main.c index 475ceb7d3d..5c4cc91e44 100644 --- a/main/main.c +++ b/main/main.c @@ -1821,12 +1821,6 @@ void php_request_shutdown(void *dummy) } } zend_end_try(); - /* Output buffer handlers may have created new objects. Mark these objects - as destructed to avoid calling their dtors too late on shutdown when - all dtors were supposed to be cleaned - */ - zend_objects_store_mark_destructed(&EG(objects_store) TSRMLS_CC); - /* 4. Reset max_execution_time (no longer executing php code after response sent) */ zend_try { zend_unset_timeout(TSRMLS_C); |