mirror of
https://github.com/php/php-src.git
synced 2026-04-07 08:02:49 +02:00
The function repeatedly calls mprotect() which is extremely slow. In our community build, the Laravel tests went from ~6 minutes to ~4 hours. This issue only occurs with opcache.protect_memory=1. Closes GH-11323