[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-04-28 Thread changelog
changelog Wed Apr 28 20:36:07 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.459r2=1.460ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.459

[PHP-CVS] cvs: php-src /ext/com_dotnet com_com.c com_extension.c com_handlers.c com_saproxy.c php_com_dotnet_internal.h

2004-04-28 Thread Wez Furlong
wez Wed Apr 28 04:23:23 2004 EDT Modified files: /php-src/ext/com_dotnet com_com.c com_extension.c com_handlers.c com_saproxy.c php_com_dotnet_internal.h Log: Fix for Bug #28161 (and probably others that I can't find in the

[PHP-CVS] cvs: php-src /ext/xsl/tests xslt008.phpt xslt009.phpt

2004-04-28 Thread Ilia Alshanetsky
iliaa Wed Apr 28 11:14:48 2004 EDT Modified files: /php-src/ext/xsl/tests xslt008.phpt xslt009.phpt Log: Added missing skip condition. http://cvs.php.net/diff.php/php-src/ext/xsl/tests/xslt008.phpt?r1=1.4r2=1.5ty=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl.php /ext/spl/examples appenditerator.inc findfile.inc findfile.php /ext/spl/tests array_005.phpt array_009.phpt array_011.phpt caching_iterator_str.phpt iterator_001.phpt iterator_002.phpt iterator_003.phpt iterator_004.phpt iterator_aggregation.phpt iterator_get_inner.phpt limititerator.phpt

2004-04-28 Thread Marcus Boerger
helly Wed Apr 28 15:58:48 2004 EDT Added files: /php-src/ext/spl/tests iterator_001.phpt iterator_002.phpt iterator_003.phpt iterator_004.phpt Removed files: /php-src/ext/spl/tests

[PHP-CVS] cvs: php-src /ext/spl/examples/tests .cvsignore examples.inc iterators_001.phpt iterators_002.phpt

2004-04-28 Thread Marcus Boerger
helly Wed Apr 28 16:10:21 2004 EDT Added files: /php-src/ext/spl/examples/tests .cvsignore examples.inc iterators_001.phpt iterators_002.phpt Log: - Add tests for the

[PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-28 Thread Marcus Boerger
helly Wed Apr 28 17:45:41 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Count() was missing http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.41r2=1.42ty=u Index: php-src/ext/spl/spl_array.c diff -u php-src/ext/spl/spl_array.c:1.41

[PHP-CVS] cvs: php-src /ext/spl/examples appenditerator.inc norewinditerator.inc /ext/spl/examples/tests examples.inc iterators_003.phpt iterators_004.phpt

2004-04-28 Thread Marcus Boerger
helly Wed Apr 28 17:52:51 2004 EDT Added files: /php-src/ext/spl/examples norewinditerator.inc /php-src/ext/spl/examples/tests iterators_003.phpt iterators_004.phpt Modified files:

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-28 Thread Jon Parise
On Wed, Apr 28, 2004 at 09:45:41PM -, Marcus Boerger wrote: +/* {{{ proto bool ArrayObject::count() + Return the number of elements in the Iterator. */ +SPL_METHOD(Array, count) +{ + long position; + zval *object = getThis(); + spl_array_object *intern =

[PHP-CVS] cvs: php-src /ext/com_dotnet com_extension.c

2004-04-28 Thread Wez Furlong
wez Wed Apr 28 19:24:34 2004 EDT Modified files: /php-src/ext/com_dotnet com_extension.c Log: Should have tested this change before committing. http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_extension.c?r1=1.10r2=1.11ty=u Index:

[PHP-CVS] cvs: php-src /win32/build config.w32.h.in confutils.js

2004-04-28 Thread Wez Furlong
wez Wed Apr 28 20:17:10 2004 EDT Modified files: /php-src/win32/buildconfig.w32.h.in confutils.js Log: Add --disable-all switch, which will force all arguments to no if they are not specified explicitly. (like the snapshot build, but in reverse).