mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
c727f29942
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.