[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-06-19 Thread changelog
changelog Mon Jun 20 01:36:22 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2019r2=1.2020ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2019 php-src/ChangeLog:1.2020 ---

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

2005-06-19 Thread changelog
changelog Mon Jun 20 01:36:33 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.715r2=1.716ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.715

Re: [PHP-CVS] cvs: php-src /tests/reflection 006.phpt

2005-06-19 Thread Marcus Boerger
Hello Jani, Sunday, June 19, 2005, 1:23:46 AM, you wrote: sniper Sat Jun 18 19:23:46 2005 EDT Modified files: /php-src/tests/reflection 006.phpt Log: fix test http://cvs.php.net/diff.php/php-src/tests/reflection/006.phpt?r1=1.1r2=1.2ty=u Index:

[PHP-CVS] cvs: php-src / NEWS /ext/date/tests bug20382-2.phpt

2005-06-19 Thread Derick Rethans
derick Sun Jun 19 11:01:43 2005 EDT Modified files: /php-srcNEWS /php-src/ext/date/tests bug20382-2.phpt Log: - Add #20382 to the list, and expand testcase again. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1933r2=1.1934ty=u Index:

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

2005-06-19 Thread Derick Rethans
derick Sun Jun 19 11:02:28 2005 EDT Modified files: /php-src/ext/date .cvsignore Log: - Ignore VIM swapfiles. http://cvs.php.net/diff.php/php-src/ext/date/.cvsignore?r1=1.1r2=1.2ty=u Index: php-src/ext/date/.cvsignore diff -u

[PHP-CVS] cvs: php-src /ext/date/tests bug26198.phpt

2005-06-19 Thread Derick Rethans
derick Sun Jun 19 12:13:34 2005 EDT Modified files: /php-src/ext/date/tests bug26198.phpt Log: - Fixed test - strtotime() uses GMT if no TZ environment variable is set and if no explicit timezone abbreviation (CEST) or timezone identifier

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

2005-06-19 Thread Ilia Alshanetsky
iliaa Sun Jun 19 12:31:52 2005 EDT Modified files: /php-src/ext/standard string.c Log: make substr_count() 30% when counting instances of 1 byte long strings. http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.440r2=1.441ty=u Index:

[PHP-CVS] cvs: php-src /tests/reflection 006.phpt

2005-06-19 Thread Jani Taskinen
sniper Sun Jun 19 13:06:49 2005 EDT Modified files: /php-src/tests/reflection 006.phpt Log: revert - now it works again?! http://cvs.php.net/diff.php/php-src/tests/reflection/006.phpt?r1=1.2r2=1.3ty=u Index: php-src/tests/reflection/006.phpt diff -u

[PHP-CVS] cvs: php-src /tests/classes array_access_003.phpt array_access_005.phpt array_access_008.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 16:49:18 2005 EDT Modified files: /php-src/tests/classes array_access_003.phpt array_access_005.phpt array_access_008.phpt Log: - Update tests to reflect current situation # I don't feel like discussing

[PHP-CVS] cvs: php-src /tests/classes array_access_009.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 17:34:22 2005 EDT Added files: /php-src/tests/classes array_access_009.phpt Log: - Add new test http://cvs.php.net/co.php/php-src/tests/classes/array_access_009.phpt?r=1.1p=1 Index: php-src/tests/classes/array_access_009.phpt +++

[PHP-CVS] cvs: php-src /tests/classes array_access_009.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 17:52:39 2005 EDT Modified files: /php-src/tests/classes array_access_009.phpt Log: - Drop doubled $ http://cvs.php.net/diff.php/php-src/tests/classes/array_access_009.phpt?r1=1.1r2=1.2ty=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2005-06-19 Thread Wez Furlong
wez Sun Jun 19 17:57:27 2005 EDT Modified files: /CVSROOTavail Log: karma for the phpdoc-ca module http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.987r2=1.988ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.987 CVSROOT/avail:1.988 ---

[PHP-CVS] cvs: php-src /tests/classes array_access_010.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 18:09:53 2005 EDT Added files: /php-src/tests/classes array_access_010.phpt Log: - Add new test # This does the same as 009 but achieves its goal completely different. It # is easier but makes the array a reference which is not

[PHP-CVS] cvs: php-src / genfiles /ext/date .cvsignore TODO php_date.c php_date.h /ext/date/lib/resource .cvsignore /ext/standard .cvsignore Makefile.frag config.m4 config.w32 datetime.c parsedate.

2005-06-19 Thread Derick Rethans
derick Sun Jun 19 18:15:28 2005 EDT Removed files: /php-src/ext/standard parsedate.y php_parsedate.h Modified files: /php-srcgenfiles /php-src/ext/date .cvsignore TODO php_date.c php_date.h /php-src/ext/date/lib/resource

[PHP-CVS] cvs: php-src /tests/classes array_access_011.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 18:18:08 2005 EDT Added files: /php-src/tests/classes array_access_011.phpt Log: - Add new test # In this version we do not need to make the subscripted array a reference. # Thus this implementation is in most cases the ideal

[PHP-CVS] cvs: CVSROOT / loginfo

2005-06-19 Thread Wez Furlong
wez Sun Jun 19 18:31:48 2005 EDT Modified files: /CVSROOTloginfo Log: wire up the catalan commit mail http://cvs.php.net/diff.php/CVSROOT/loginfo?r1=1.113r2=1.114ty=u Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.113 CVSROOT/loginfo:1.114 ---

[PHP-CVS] cvs: php-src /ext/date config.m4

2005-06-19 Thread Jani Taskinen
sniper Sun Jun 19 19:36:19 2005 EDT Modified files: /php-src/ext/date config.m4 Log: Install headers too http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.7r2=1.8ty=u Index: php-src/ext/date/config.m4 diff -u php-src/ext/date/config.m4:1.7

[PHP-CVS] cvs: php-src /ext/mysql/tests 001.phpt

2005-06-19 Thread Jani Taskinen
sniper Sun Jun 19 20:16:32 2005 EDT Modified files: /php-src/ext/mysql/tests001.phpt Log: This is not mysqli, where 5th parameter is port. http://cvs.php.net/diff.php/php-src/ext/mysql/tests/001.phpt?r1=1.2r2=1.3ty=u Index: php-src/ext/mysql/tests/001.phpt

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

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 20:19:18 2005 EDT Added files: /php-src/ext/spl/tests array_017.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix handling of ArrayObject/ArrayIterator flags and provide test

[PHP-CVS] cvs: php-src /ext/iconv config.m4 /ext/xml config.m4

2005-06-19 Thread Jani Taskinen
sniper Sun Jun 19 20:52:59 2005 EDT Modified files: /php-src/ext/iconv config.m4 /php-src/ext/xmlconfig.m4 Log: - Plain path passed to PHP_INSTALL_HEADERS needs to have trailing /

[PHP-CVS] cvs: php-src /tests/reflection bug33389.phpt

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 21:10:33 2005 EDT Modified files: /php-src/tests/reflection bug33389.phpt Log: - Output shows false lowercased http://cvs.php.net/diff.php/php-src/tests/reflection/bug33389.phpt?r1=1.1r2=1.2ty=u Index: php-src/tests/reflection/bug33389.phpt

[PHP-CVS] cvs: php-src / NEWS

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 21:39:29 2005 EDT Modified files: /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1934r2=1.1935ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1934 php-src/NEWS:1.1935 --- php-src/NEWS:1.1934 Sun Jun 19 11:01:43 2005

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

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 23:02:52 2005 EDT Added files: /php-src/ext/spl/tests bug33136.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fixed #33136: - Allow ArrayObject::offsetSet(NULL, $value) as replacement for [] = $value

[PHP-CVS] cvs: php-src / NEWS

2005-06-19 Thread Marcus Boerger
helly Sun Jun 19 23:05:17 2005 EDT Modified files: /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1935r2=1.1936ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1935 php-src/NEWS:1.1936 --- php-src/NEWS:1.1935 Sun Jun 19 21:39:28 2005

[PHP-CVS] cvs: php-src / NEWS

2005-06-19 Thread Andi Gutmans
andiSun Jun 19 23:54:47 2005 EDT Modified files: /php-srcNEWS Log: - Fix typo http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1936r2=1.1937ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1936 php-src/NEWS:1.1937 --- php-src/NEWS:1.1936 Sun Jun 19

[PHP-CVS] cvs: CVSROOT / modules

2005-06-19 Thread Wez Furlong
wez Mon Jun 20 01:47:21 2005 EDT Modified files: /CVSROOTmodules Log: update modules file for catalan translation http://cvs.php.net/diff.php/CVSROOT/modules?r1=1.70r2=1.71ty=u Index: CVSROOT/modules diff -u CVSROOT/modules:1.70 CVSROOT/modules:1.71