mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
@@ -1309,7 +1309,11 @@ void zend_unset_timeout(TSRMLS_D)
|
||||
|
||||
no_timeout.it_value.tv_sec = no_timeout.it_value.tv_usec = no_timeout.it_interval.tv_sec = no_timeout.it_interval.tv_usec = 0;
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
setitimer(ITIMER_REAL, &no_timeout, NULL);
|
||||
#else
|
||||
setitimer(ITIMER_PROF, &no_timeout, NULL);
|
||||
#endif
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user