bjori           Sun Nov 30 00:23:06 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/spl    php_spl.c 
  Log:
  Fix arginfo
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.17.2.32&r2=1.52.2.28.2.17.2.33&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.52.2.28.2.17.2.32 
php-src/ext/spl/php_spl.c:1.52.2.28.2.17.2.33
--- php-src/ext/spl/php_spl.c:1.52.2.28.2.17.2.32       Sun Nov 30 00:12:29 2008
+++ php-src/ext/spl/php_spl.c   Sun Nov 30 00:23:06 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.52.2.28.2.17.2.32 2008/11/30 00:12:29 bjori Exp $ */
+/* $Id: php_spl.c,v 1.52.2.28.2.17.2.33 2008/11/30 00:23:06 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -760,6 +760,7 @@
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_parents, 0, 0, 1)
        ZEND_ARG_INFO(0, instance)
+       ZEND_ARG_INFO(0, autoload)
 ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_implements, 0, 0, 1)



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

Reply via email to