On Mon, 3 Oct 2005, Johannes Schlüter wrote:

> johannes              Mon Oct  3 07:54:49 2005 EDT
> 
>   Modified files:              
>     /php-src  NEWS 
>     /php-src/sapi/cli php_cli.c 
>   Log:
>   - Add --rclass and --rextension arguments to CLI
>   
> http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2067&r2=1.2068&ty=u
> Index: php-src/NEWS
> diff -u php-src/NEWS:1.2067 php-src/NEWS:1.2068
> --- php-src/NEWS:1.2067       Tue Sep 27 04:25:34 2005
> +++ php-src/NEWS      Mon Oct  3 07:54:46 2005
> @@ -17,4 +17,6 @@
>    the part of haystack before or after first occurence of needle. (Johannes)
>  - Added possibility to check in which extension an internal function was
>    defined using reflection API. (Johannes)
> +- Added --rclass and --rextension CLI arguments to reflect internal classes 
> and
> +  loaded extensions (Johannes)

Do we really need switches for this? What is wrong with reflection 
itself?

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to