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

2004-05-06 Thread Marcus Boerger
helly Thu May 6 04:57:21 2004 EDT Modified files: /php-src/ext/splspl_array.c Log: Count support for ArrayIterator ArrayObject http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.45r2=1.46ty=u Index: php-src/ext/spl/spl_array.c diff -u

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

2004-05-06 Thread Marcus Boerger
helly Thu May 6 05:01:31 2004 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Add protos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.34r2=1.35ty=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src /ext/dbx dbx_oci8.c dbx_pgsql.c

2004-05-06 Thread Marc Boeren
mboeren Thu May 6 08:22:14 2004 EDT Modified files: /php-src/ext/dbxdbx_oci8.c dbx_pgsql.c Log: Call functions by their new, proper names instead of what are now aliases. Change OCIFetchInto (deprecated) to oci_fetch_array.

[PHP-CVS] cvs: php-src / NEWS /ext/standard user_filters.c /main/streams userspace.c

2004-05-06 Thread Sara Golemon
pollita Thu May 6 10:29:33 2004 EDT Modified files: /php-src/ext/standard user_filters.c /php-src/main/streams userspace.c /php-srcNEWS Log: Bugfix #28300 Userspace stream/filter names don't need to be lowercased.

Re: [PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2004-05-06 Thread Derick Rethans
On Thu, 6 May 2004, Stanislav Malyshev wrote: stas Thu May 6 11:23:53 2004 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: Fix fastCGI breakage: due to calling flush on unitialized requests, request was aborted unless ignore_user_abort is set Please put back

Re: [PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2004-05-06 Thread Stanislav Malyshev
My bad. Should be fixed. My cvs diff doesn't show whitespace diffs, so didn't notice that :) DROn Thu, 6 May 2004, Stanislav Malyshev wrote: DR DR stas Thu May 6 11:23:53 2004 EDT DR DR Modified files: DR /php-src/sapi/cgi cgi_main.c DR Log: DR Fix fastCGI breakage:

[PHP-CVS] cvs: php-src /ext/standard string.c

2004-05-06 Thread Jay Smith
jay Thu May 6 12:11:50 2004 EDT Modified files: /php-src/ext/standard string.c Log: Fixed a segfault. (It's possible for large offsets to make strrpos() read past the end of the haystack string...)

[PHP-CVS] cvs: php-src /tests/lang bug22367.phpt

2004-05-06 Thread Derick Rethans
derick Thu May 6 13:45:28 2004 EDT Modified files: /php-src/tests/lang bug22367.phpt Log: - Fixed test http://cvs.php.net/diff.php/php-src/tests/lang/bug22367.phpt?r1=1.9r2=1.10ty=u Index: php-src/tests/lang/bug22367.phpt diff -u

[PHP-CVS] cvs: CVSROOT / avail

2004-05-06 Thread Derick Rethans
derick Thu May 6 17:05:42 2004 EDT Modified files: /CVSROOTavail Log: - pres karma for pierre http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.856r2=1.857ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.856 CVSROOT/avail:1.857 --- CVSROOT/avail:1.856

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

2004-05-06 Thread Marcus Boerger
helly Thu May 6 17:20:51 2004 EDT Modified files: /php-src/ext/splspl.php Log: - Update documentation http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.20r2=1.21ty=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.20

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

2004-05-06 Thread Marcus Boerger
helly Thu May 6 17:46:40 2004 EDT Modified files: /php-src/ext/splspl.php Log: - interfaces 'extends' not 'implements' other interfaces http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.21r2=1.22ty=u Index: php-src/ext/spl/spl.php diff -u

[PHP-CVS] cvs: php-src /ext/spl spl.php /ext/spl/examples IniGroups.inc KeyFilter.inc dba_dump.php ini_groups.php key_filter.inc

2004-05-06 Thread Marcus Boerger
helly Thu May 6 18:55:25 2004 EDT Added files: /php-src/ext/spl/examples IniGroups.inc KeyFilter.inc Removed files: /php-src/ext/spl/examples key_filter.inc Modified files: /php-src/ext/splspl.php