Re: [PHP-DEV] Re: cvs: php-src(PHP_5_0) /ext/standard incomplete_class.c

2004-09-06 Thread Marcus Boerger
Hello Sebastian, Monday, September 6, 2004, 6:31:28 AM, you wrote: > Marcus Boerger wrote: >> well i didn't want to write a book here. > Who really wants to do that anyhow :) >> To be honest i only named __autoload() here because it is the biggest >> change from 4 to 5 in this area. > Hon

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_0) /ext/standard incomplete_class.c

2004-09-05 Thread Sebastian Bergmann
Marcus Boerger wrote: well i didn't want to write a book here. Who really wants to do that anyhow :) To be honest i only named __autoload() here because it is the biggest change from 4 to 5 in this area. Honestly I do not see the point of unserialize_callback_func in PHP 5. It may have been use

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_0) /ext/standard incomplete_class.c

2004-09-05 Thread Marcus Boerger
Hello Sebastian, well i didn't want to write a book here. To be honest i only named __autoload() here because it is the biggest change from 4 to 5 in this area. And if it comes to me we would reduce this whole thing to a few words instead. But i didn't want to change everything here. marcus Su

[PHP-DEV] Re: cvs: php-src(PHP_5_0) /ext/standard incomplete_class.c

2004-09-05 Thread Sebastian Bergmann
Marcus Boerger wrote: "The script tried to execute a method or " \ "access a property of an incomplete object. " \ - "Please ensure that the class definition %s of the object " \ + "Please ensure that the class definition \"%s\" of the object " \ "you are trying to operate on was loaded _bef