Hello Zeev,

thanks for the fixes here an in ext/ming

marcus

Sunday, May 30, 2004, 7:32:32 PM, you wrote:

> zeev          Sun May 30 13:32:32 2004 EDT

>   Modified files:              
>     /php-src/ext/spl  spl_iterators.c 
>   Log:
>   Fix prototype
  
  
> http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.36&r2=1.37&ty=u
> Index: php-src/ext/spl/spl_iterators.c
> diff -u php-src/ext/spl/spl_iterators.c:1.36
> php-src/ext/spl/spl_iterators.c:1.37
> --- php-src/ext/spl/spl_iterators.c:1.36      Tue May 18 16:39:35 2004
> +++ php-src/ext/spl/spl_iterators.c   Sun May 30 13:32:32 2004
> @@ -16,7 +16,7 @@
>    
> +----------------------------------------------------------------------+
>   */
 
> -/* $Id: spl_iterators.c,v 1.36 2004/05/18 20:39:35 helly Exp $ */
> +/* $Id: spl_iterators.c,v 1.37 2004/05/30 17:32:32 zeev Exp $ */
 
>  #ifdef HAVE_CONFIG_H
>  # include "config.h"
> @@ -985,7 +985,7 @@
>       }
>  }
 
> -/* {{{ proto LimitIterator:__construct(Iterator $it [, int $offset, int $count])
> +/* {{{ proto LimitIterator::__construct(Iterator $it [, int $offset, int $count])
>     Construct a LimitIterator from an Iterator with a given starting
> offset and optionally a maximum count */
>  SPL_METHOD(LimitIterator, __construct)
>  {




-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to