]> granicus.if.org Git - php/commit
Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()
authorMitch Hagstrand <mhagstrand@gmail.com>
Wed, 12 Oct 2016 01:18:59 +0000 (20:18 -0500)
committerNikita Popov <nikic@php.net>
Wed, 12 Oct 2016 21:03:55 +0000 (23:03 +0200)
commitbcee2fdbec4f4bba59d4134003cfaf5b1f9b67ab
treed52b80351ea217cd0329ccff3b9ad5150e07bee8
parentfe49fd7daddd740d84601504fe55dbc33c858d4c
Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()

1. zend_accel_error was only executing clean up if log_verbosity_level is high enough to log
2. Cleaned up kill_all_lockers function and fixed comments.
ext/opcache/ZendAccelerator.c
ext/opcache/tests/log_verbosity_bug.phpt [new file with mode: 0644]
ext/opcache/zend_accelerator_debug.c