mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
4308c868f9
The error handler is overloaded with the SOAP one. However the SOAP handler eventually wants to access some of its globals. This won't work as long as the SOAP globals aren't initialized. The use case is when an error is thrown before RINIT went through. As the call order is arbitrary, the safest is to wait when all the modules called their RINIT.