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
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.4&r2=1.5&ty=u
Index: php-src/ext/xsl/tests/xslt00
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 caching_iterator_s
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 example
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.41&r2=1.42&ty=u
Index: php-src/ext/spl/spl_array.c
diff -u php-src/ext/spl/spl_array.c:1.41
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:
/php-src/e
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 =
> (spl_array
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.10&r2=1.11&ty=u
Index: php-src/ext/
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)