Closed lazy404 closed 11 years ago
Release lock if we plan to bail out.
zend_accel_error with ACCEL_LOG_ERROR calls zend_bailout(), which prevents the releasing of the lock.
see https://github.com/zendtech/ZendOptimizerPlus/blob/master/ZendAccelerator.c#L2327 lock will be released at deactive phase
You are right, thank You for reviewing.
Release lock if we plan to bail out.
zend_accel_error with ACCEL_LOG_ERROR calls zend_bailout(), which prevents the releasing of the lock.