summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/main.c b/main/main.c
index f0c6418e9a..ca25e17113 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1776,10 +1776,9 @@ void php_request_shutdown(void *dummy)
report_memleaks = PG(report_memleaks);
- /* EG(opline_ptr) points into nirvana and therefore cannot be safely accessed
+ /* EG(current_execute_data) points into nirvana and therefore cannot be safely accessed
* inside zend_executor callback functions.
*/
- EG(opline_ptr) = NULL;
EG(current_execute_data) = NULL;
php_deactivate_ticks(TSRMLS_C);