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
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
..
2022-10-27 14:42:17 +01:00
2023-01-25 10:50:32 +00:00
2023-01-23 13:46:58 +00:00
2022-09-07 17:41:10 +02:00
2023-01-23 13:46:58 +00:00
2023-01-24 09:15:44 +03:00
2022-10-27 14:42:40 +01:00
2023-01-23 13:46:58 +00:00
2023-01-16 12:27:33 +01:00
2022-09-06 10:42:34 +01:00
2023-01-23 13:51:26 +00:00
2022-11-30 12:13:36 +01:00
2022-10-19 11:37:30 +02:00
2023-01-16 12:27:33 +01:00
2022-12-19 16:17:02 +01:00
2023-01-23 17:49:34 +00:00
2023-01-16 12:27:33 +01:00
2022-09-07 17:41:10 +02:00
2023-01-23 13:46:58 +00:00
2023-01-19 09:06:39 +01:00
2023-01-25 00:12:32 +00:00
2022-10-27 14:42:40 +01:00
2023-01-15 15:43:57 +00:00