We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1e47e commit 19fef8cCopy full SHA for 19fef8c
ext/opcache/ZendAccelerator.c
@@ -1804,7 +1804,7 @@ static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handl
1804
ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler));
1805
1806
/* Override them with ours */
1807
- ZVAL_UNDEF(&EG(user_error_handler));
+ //ZVAL_UNDEF(&EG(user_error_handler));
1808
if (ZCG(accel_directives).record_warnings) {
1809
zend_begin_record_errors();
1810
}
0 commit comments