Re: [PHP] __autoLoad php5 callback is being triggered for every class ?

2005-04-29 Thread Jochem Maas
[EMAIL PROTECTED] wrote: I'm experiencing some issues with autoLoad with pear packages. DB_Error is contained within the DB.php, but my autoload method is trying to split the underscores with forward slashes and then load. Supressing errors with @ still doesnt work, its triggering a php error. Any

Re: [PHP] __autoLoad php5 callback is being triggered for every class ?

2005-04-29 Thread Dan Rossi
Its DB_Error which is the error callback for the PEAR DB. I dont know where its being references but its triggering my php error handler and i cant supress the errors for require. There is no such file DB/Error.php however i may have to create one just to make it go away :) On 29/04/2005, at

[PHP] __autoLoad php5 callback is being triggered for every class ?

2005-04-28 Thread php
I'm experiencing some issues with autoLoad with pear packages. DB_Error is contained within the DB.php, but my autoload method is trying to split the underscores with forward slashes and then load. Supressing errors with @ still doesnt work, its triggering a php error. Any ideas ? -- PHP General