1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00
Files
archived-php-src/Zend/Optimizer
Niels Dossche 7585cf6952 Fix GH-12953: SSA integrity verification failed when loading composer classmaps with more than 11k elements
This is a false positive. The cycle detection code stops at 10.000
iterations. Instead of stopping at a fixed amount, make it more robust
by implementing Floyd's cycle detection algorithm.

Closes GH-12954.
2023-12-18 13:14:51 +01:00
..
2023-04-26 15:20:27 +02:00
2023-03-10 19:27:17 +01:00
2022-10-17 15:08:21 +03:00
2023-11-03 10:58:20 +03:00
2023-12-18 12:27:35 +03:00
2023-12-18 12:27:35 +03:00