Christian Grobmeier wrote:
does this function break applications which defined an own autoload?
No, it should not. You can only have one __autoload() function while
with spl_autoload_register() you can add multiple autoload functions to
the autoload stack.
http://de.php.net/spl_autoload_
Hi Knut,
does this function break applications which defined an own autoload?
http://de.php.net/spl_autoload_register
"If your code has an existing __autoload function then this function
must be explicitly registered on the __autoload stack."
This would break for example the PIWI frameworks incl