]> granicus.if.org Git - php/commit
zend_timeout is not a signal handler function
authorAlex Dowad <alexinbeijing@gmail.com>
Wed, 6 May 2020 20:22:07 +0000 (22:22 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 12 May 2020 15:13:46 +0000 (17:13 +0200)
commitf0960879e4e93e8204e6b70ce833f8f0b405cc28
treef1aae470a6a521b0cc9bdc6cafbf558c83475b23
parent53f5cfd99eb19a47ce3bb2bd245d14103c9c1194
zend_timeout is not a signal handler function

The 'int dummy' parameter to this function makes it appear that it was intended as a
signal handler, but it is not being used as such. So remove the redundant parameter.
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/opcache/jit/zend_jit_x86.dasc