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

2007-01-06 Thread Hannes Magnusson
bjori Sun Jan 7 07:59:22 2007 UTC Modified files: /php-src/ext/date/tests bug37514.phpt Log: Use relative timestamp http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug37514.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/date/tests/bug37514.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug37514.phpt

2007-01-06 Thread Hannes Magnusson
bjori Sun Jan 7 07:58:28 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests bug37514.phpt Log: Use relative timestamp #Thanks Nuno :) http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug37514.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=

[PHP-CVS] cvs: php-src /ext/standard user_filters.c /ext/standard/tests/filters 001.phpt bug35916.phpt

2007-01-06 Thread Sara Golemon
pollita Sun Jan 7 06:29:41 2007 UTC Modified files: /php-src/ext/standard user_filters.c /php-src/ext/standard/tests/filters 001.phpt bug35916.phpt Log: Remaining unicode updates for user filters http://cvs.php.net/viewvc.cgi/php-src/ext/standard/user

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pgsql pgsql.c

2007-01-06 Thread Ilia Alshanetsky
iliaa Sun Jan 7 04:36:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql pgsql.c /php-srcNEWS Log: Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to establish a new connection). http://cvs.php.net/viewvc.cgi/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/spl spl_array.c /ext/spl/tests bug40036.phpt

2007-01-06 Thread Ilia Alshanetsky
iliaa Sun Jan 7 03:52:45 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug40036.phpt Modified files: /php-srcNEWS /php-src/ext/splspl_array.c Log: Fixed bug #40036 (empty() does not work correctly wit

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c

2007-01-06 Thread Ilia Alshanetsky
iliaa Sun Jan 7 03:12:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fixed memory leaks on error http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.25&r2=1.1.2.26&diff_format=u Index: php-src/ext/zip/php_zip.c

[PHP-CVS] cvs: php-src(PHP_5_2) /main php_logos.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:44:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_logos.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.19.2.1.2.4&r2=1.19.2.1.2.5&diff_format=u Index: php-src/main/php_logos.c diff -u php-src/ma

[PHP-CVS] cvs: php-src /main php_logos.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:43:51 2007 UTC Modified files: /php-src/main php_logos.c Log: make a var static http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.25&r2=1.26&diff_format=u Index: php-src/main/php_logos.c diff -u php-src/main/php_logos.c:1.25

[PHP-CVS] cvs: php-src /ext/zip php_zip.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:30:23 2007 UTC Modified files: /php-src/ext/zipphp_zip.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.36&r2=1.37&diff_format=u Index: php-src/ext/zip/php_zip.c diff -u php-src/ext/zip/php_zip.c:1.36 php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 20:16:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: fix a few memleaks and double-free()s on error conditions http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.24&r2=1.1.2.25&diff_format=u Index

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug37514.phpt oo_002.phpt

2007-01-06 Thread Nuno Lopes
Well at least the first on can use the strtotime() second parameter (a timestamp), so that the relative times are calculated against that given timestamp. Nuno - Original Message - Hi Marcus The test is checking if strtotime() assumes correct year, therefor we need to check if it pri

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug37514.phpt oo_002.phpt

2007-01-06 Thread Hannes Magnusson
Hi Marcus The test is checking if strtotime() assumes correct year, therefor we need to check if it prints correct year and weekday... Matching it against simply "any weekday" and "any year" kinda defeats the purpose of the test. -Hannes On 1/6/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hel

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug37514.phpt oo_002.phpt

2007-01-06 Thread Marcus Boerger
Hello Hannes, could we not simply use regex verification using --EXPECTREGEX-- ? best regards marcus Friday, January 5, 2007, 4:21:45 PM, you wrote: > bjori Fri Jan 5 15:21:45 2007 UTC > Modified files: (Branch: PHP_5_2) > /php-src/ext/date/tests bug37514.ph

[PHP-CVS] cvs: php-src /ext/ming config.m4 ming.c php_ming.h

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 19:26:31 2007 UTC Modified files: /php-src/ext/ming config.m4 ming.c php_ming.h Log: MFB: fix build with libming 0.3 http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/ming/config.m4 dif

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ming config.m4 ming.c php_ming.h

2007-01-06 Thread Nuno Lopes
nlopess Sat Jan 6 19:25:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ming config.m4 ming.c php_ming.h Log: fix build with libming 0.3 and older http://cvs.php.net/viewvc.cgi/php-src/ext/ming/config.m4?r1=1.22.2.6.2.2&r2=1.22.2.6.2.3&diff_format=u

RE: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c

2007-01-06 Thread Dmitry Stogov
May be it make sense. I thought about it today, but I am afraid to introduce new bugs in last minute. (this is not a simple addition). May be we will return to it after 5.2.1 release. Thanks. Dmitry. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: Saturday, Janu

[PHP-CVS] cvs: php-src(PHP_5_2) / README.UPDATE_5_2

2007-01-06 Thread Rob Richards
rrichards Sat Jan 6 18:05:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.UPDATE_5_2 Log: update xmlwriter_write_dtd_entity parameters http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.38&r2=1.1.2.39&diff_format=u Index: php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug39504.phpt

2007-01-06 Thread Rob Richards
rrichards Sat Jan 6 18:03:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug39504.phpt Log: MFH: parameter entity argument (pe) should be bool update test http://cvs.php.

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug39504.phpt

2007-01-06 Thread Rob Richards
rrichards Sat Jan 6 18:03:15 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug39504.phpt Log: parameter entity argument (pe) should be bool update test http://cvs.php.net/viewvc.cgi/php-src

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session/tests 016.phpt

2007-01-06 Thread Ilia Alshanetsky
iliaa Sat Jan 6 17:35:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/session/tests 016.phpt Log: removed dl() block http://cvs.php.net/viewvc.cgi/php-src/ext/session/tests/016.phpt?r1=1.3.6.1&r2=1.3.6.2&diff_format=u Index: php-src/ext/se

[PHP-CVS] cvs: php-src /ext/session/tests 016.phpt

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 16:57:42 2007 UTC Modified files: /php-src/ext/session/tests 016.phpt Log: MFB: fix skipif http://cvs.php.net/viewvc.cgi/php-src/ext/session/tests/016.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/session/tests/016.phpt diff -u php-s

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session/tests 016.phpt

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 16:56:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/session/tests 016.phpt Log: Fix skipif http://cvs.php.net/viewvc.cgi/php-src/ext/session/tests/016.phpt?r1=1.3&r2=1.3.6.1&diff_format=u Index: php-src/ext/session/tests/016.ph

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS README.UPDATE_5_2

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 16:50:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS README.UPDATE_5_2 Log: ext/XMLWriter updates http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.474&r2=1.2027.2.547.2.475&diff_format=u Index: php-src/NEWS diff -

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c

2007-01-06 Thread Nuno Lopes
Uhm, maybe we can also apply this to unix code (skip 'sh')? - Original Message - From: "Dmitry Stogov" <[EMAIL PROTECTED]> To: Sent: Saturday, January 06, 2007 9:02 AM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c dmitry Sat Jan 6 09:02:02 2007 UTC Mo

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

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 16:43:54 2007 UTC Modified files: /php-srcNEWS Log: Remove bugfix entry (will be in 5.2.1) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2135&r2=1.2136&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2135 php-src/NEWS:1.2136

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 15:53:56 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: Fix parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.43&r2=1.44&diff_format=u Index: php-src/ext/xmlwriter/php_xmlw

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests 008.phpt bug39504.phpt

2007-01-06 Thread Hannes Magnusson
bjori Sat Jan 6 15:53:33 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/testsbug39504.phpt Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/tests008.phpt Log: MFH: bug

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

2007-01-06 Thread Dmitry Stogov
dmitry Sat Jan 6 09:08:07 2007 UTC Modified files: /php-src/ext/standard proc_open.c Log: Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE http://cvs.php.net/viewvc.cgi/php-src/ext/standard/proc_open.c?r1=1.49&r2=

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard proc_open.c

2007-01-06 Thread Dmitry Stogov
dmitry Sat Jan 6 09:02:02 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard proc_open.c Log: Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE http://cvs.php.net/viewvc.cgi/php-s