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 inclusion of log4php.

Cheers,
Christian

On Tue, Apr 28, 2009 at 4:11 PM, Knut Urdalen <[email protected]> wrote:
> Hi all,
>
> As you may have seen I've just refactored trunk to load classes with PHP's
> autoload [1].
>
> I've tested all examples and current unit tests with this change and nothing
> should break. The LoggerManager is now self aware of all classes and
> autoload is registered when you include LoggerManager.php.
>
> Knut
>
> [1] http://svn.apache.org/viewvc?view=rev&revision=769408
>
>

Reply via email to