bjori           Tue Jul  4 15:37:13 2006 UTC

  Modified files:              
    /php-src/ext/reflection     php_reflection.c 
  Log:
  Obs. ZEND_BEGIN_ARG_INFO => ZEND_BEGIN_ARG_INFO_EX
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.238&r2=1.239&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.238 
php-src/ext/reflection/php_reflection.c:1.239
--- php-src/ext/reflection/php_reflection.c:1.238       Tue Jul  4 15:33:32 2006
+++ php-src/ext/reflection/php_reflection.c     Tue Jul  4 15:37:13 2006
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.c,v 1.238 2006/07/04 15:33:32 bjori Exp $ */
+/* $Id: php_reflection.c,v 1.239 2006/07/04 15:37:13 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -4499,7 +4499,7 @@
 ZEND_END_ARG_INFO()
 
 static
-ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_getProperties, 0, 0, 0)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_class_getProperties, 0, 0, 0)
        ZEND_ARG_INFO(0, filter)
 ZEND_END_ARG_INFO()
 
@@ -4818,7 +4818,7 @@
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.238 
2006/07/04 15:33:32 bjori Exp $");
+       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 1.239 
2006/07/04 15:37:13 bjori Exp $");
 
        php_info_print_table_end();
 } /* }}} */

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

Reply via email to