Skip to content

Commit d65f93f

Browse files
bugreportusernikic
authored andcommitted
Remove duplicate zend_unset_timeout()
1 parent eb7d57e commit d65f93f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main/main.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,11 +1994,6 @@ void php_request_shutdown(void *dummy)
19941994
shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0);
19951995
} zend_end_try();
19961996

1997-
/* 16. Reset max_execution_time */
1998-
zend_try {
1999-
zend_unset_timeout();
2000-
} zend_end_try();
2001-
20021997
#ifdef PHP_WIN32
20031998
if (PG(com_initialized)) {
20041999
CoUninitialize();

0 commit comments

Comments
 (0)