Re: [PHP-DEV] Class autoload patch

2002-06-03 Thread Ivan Ristic
If you are having problems with the attachment from my previous email, the patch is available for download here: http://www.webkreator.com/download/class_autoload.patch > I have written this small patch to support class autoloading. It > is written in the spirit of the unserialize callback (see

[PHP-DEV] Class autoload patch

2002-06-03 Thread Ivan Ristic
I have written this small patch to support class autoloading. It is written in the spirit of the unserialize callback (see http://www.php.net/manual/en/function.unserialize.php) and uses the same callback function. Can someone with write access to CVS please commit the patch? I assume that this