1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00
Files
archived-php-src/ext/opcache
Niels Dossche dc6fbec037 Fix missing zend_shared_alloc_unlock() (#10405)
This code was refactored and the unlock was forgotten.
The following assertion is triggered in debug mode:
  zend_shared_alloc_lock: Assertion `!(accel_globals.locked)' failed.
And in release mode this likely deadlocks.
Fix this by re-adding the unlock.
2023-01-28 11:48:46 +01:00
..
2023-01-25 12:10:19 +03:00
2023-01-16 12:25:59 +01:00
2023-01-16 12:27:33 +01:00
2023-01-12 15:14:05 +00:00