bjori           Sun Nov 30 00:22:52 2008 UTC

  Modified files:              
    /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.147&r2=1.148&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.147 php-src/ext/spl/php_spl.c:1.148
--- php-src/ext/spl/php_spl.c:1.147     Sun Nov 30 00:12:11 2008
+++ php-src/ext/spl/php_spl.c   Sun Nov 30 00:22:52 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.147 2008/11/30 00:12:11 bjori Exp $ */
+/* $Id: php_spl.c,v 1.148 2008/11/30 00:22:52 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -780,6 +780,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