Re: [PHP-DEV] Suggestions for Reflection API

2004-02-25 Thread Greg Beaver
Hi Marcus, @version has been a valid tag in phpDocumentor since version 0.1 :). The problem on pear-dev is that when a BC-breaking bugfix release occur, and there is a program that has coded a hack around the bug that was fixed. I don't think this needs to be a language feature ($__version),

Re: [PHP-DEV] Suggestions for Reflection API

2004-02-25 Thread Sebastian Bergmann
Marcus Boerger wrote: > Have a better look :-) Ah, I only looked at the prototypes. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runtime Develo

Re: [PHP-DEV] Suggestions for Reflection API

2004-02-25 Thread Marcus Boerger
Hello Sebastian, Wednesday, February 25, 2004, 8:55:54 AM, you wrote: > Hi, > I just looked for the first time in months at the Reflection API and > have two suggestions: > 1.) There are a couple of methods that throw an Exception. > I think it would be better to introduce a

[PHP-DEV] Suggestions for Reflection API

2004-02-24 Thread Sebastian Bergmann
Hi, I just looked for the first time in months at the Reflection API and have two suggestions: 1.) There are a couple of methods that throw an Exception. I think it would be better to introduce a Reflection_Exception class that is thrown instead of the standard Exceptio