Hello Sebastian,

  watch ya WS :-)

marcus

Tuesday, February 21, 2006, 9:23:10 PM, you wrote:

> sebastian               Tue Feb 21 20:23:10 2006 UTC

>   Modified files:              
>     /php-src/ext/reflection     php_reflection.c 
>   Log:
>   Add ReflectionMethod::isDeprecated(). Patch reviewed by Marcus Börger 
> <[EMAIL PROTECTED]>.
>   
> http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.215&r2=1.216&diff_format=u
> Index: php-src/ext/reflection/php_reflection.c
> diff -u php-src/ext/reflection/php_reflection.c:1.215
> php-src/ext/reflection/php_reflection.c:1.216
> --- php-src/ext/reflection/php_reflection.c:1.215       Tue Feb 21 20:12:42 
> 2006
> +++ php-src/ext/reflection/php_reflection.c     Tue Feb 21 20:23:10 2006
[...]
> @@ -4260,9 +4268,10 @@
>         ZEND_ME(reflection_method, isPublic, NULL, 0)
>         ZEND_ME(reflection_method, isPrivate, NULL, 0)
>         ZEND_ME(reflection_method, isProtected, NULL, 0)
> -       ZEND_ME(reflection_method, isAbstract, NULL, 0)
> +       ZEND_ME(reflection_method, isAbstract, NULL, 0)
>         ZEND_ME(reflection_method, isFinal, NULL, 0)
>         ZEND_ME(reflection_method, isStatic, NULL, 0)
[...]

Best regards,
 Marcus

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to