mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Because these functions are copied and not properly registered (which we can't), the observer code doesn't add the temporaries on startup. Add them via a callback during startup. Closes GH-12906.