dmitry          Thu Jun 16 10:56:15 2005 EDT

  Modified files:              
    /php-src/ext/spl    spl_iterators.c 
  Log:
  Allowed return by refrence from internal functions
  
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.69&r2=1.70&ty=u
Index: php-src/ext/spl/spl_iterators.c
diff -u php-src/ext/spl/spl_iterators.c:1.69 
php-src/ext/spl/spl_iterators.c:1.70
--- php-src/ext/spl/spl_iterators.c:1.69        Sat May 14 12:40:56 2005
+++ php-src/ext/spl/spl_iterators.c     Thu Jun 16 10:56:13 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_iterators.c,v 1.69 2005/05/14 16:40:56 helly Exp $ */
+/* $Id: spl_iterators.c,v 1.70 2005/06/16 14:56:13 dmitry Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1499,7 +1499,7 @@
 } /* }}} */
 
 static
-ZEND_BEGIN_ARG_INFO_EX(arginfo_caching_rec_it___construct, 0, 
ZEND_RETURN_REFERENCE_AGNOSTIC, 2) 
+ZEND_BEGIN_ARG_INFO_EX(arginfo_caching_rec_it___construct, 0, 
ZEND_RETURN_VALUE, 2) 
        ZEND_ARG_OBJ_INFO(0, iterator, Iterator, 0)
        ZEND_ARG_INFO(0, flags)
 ZEND_END_ARG_INFO();

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

Reply via email to