[PHP-CVS] cvs: php-src / unicode-todo.txt

2006-06-22 Thread Andrei Zmievski
andrei Thu Jun 22 23:49:40 2006 UTC Modified files: /php-srcunicode-todo.txt Log: Fixed in ICU 3.6. http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.10&r2=1.11&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.10

[PHP-CVS] cvs: php-src / unicode-todo.txt

2006-06-22 Thread Andrei Zmievski
andrei Fri Jun 23 00:08:18 2006 UTC Modified files: /php-srcunicode-todo.txt Log: Update. http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.11&r2=1.12&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.11 php-src/u

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

2006-06-22 Thread Hannes Magnusson
On 6/22/06, Nuno Lopes <[EMAIL PROTECTED]> wrote: Hi, > > @@ -1216,7 +1216,7 @@ > > > > p = php_stream_mmap_range(src, php_stream_tell(src), > > maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); > > > > - if (p) { > > + if (p && mapped) { > >

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

2006-06-22 Thread Antony Dovgal
tony2001Thu Jun 22 21:04:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: MFH: add wrappers for timelib_day_of_week_ex() http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.10&r2=1.43.2.45.2.11&dif

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

2006-06-22 Thread Antony Dovgal
tony2001Thu Jun 22 21:03:48 2006 UTC Modified files: /php-src/ext/date php_date.c Log: timelib_day_of_week_ex() returns -1 if the year is less than 1753 don't use its return value directly, as accessing array element with negative index may lead to unp

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2006-06-22 Thread andi
Yeah it took me a while to diff this too :) On Thu, 22 Jun 2006, Antony Dovgal wrote: On 22.06.2006 23:20, Ilia Alshanetsky wrote: ha? Nuked whitespace at the end of this line =) On 22-Jun-06, at 8:44 PM, Antony Dovgal wrote: - timelib_time_dtor(now); + timelib_time_dtor(no

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2006-06-22 Thread Antony Dovgal
On 22.06.2006 23:20, Ilia Alshanetsky wrote: ha? Nuked whitespace at the end of this line =) On 22-Jun-06, at 8:44 PM, Antony Dovgal wrote: - timelib_time_dtor(now); + timelib_time_dtor(now); Ilia Alshanetsky -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2006-06-22 Thread Ilia Alshanetsky
ha? On 22-Jun-06, at 8:44 PM, Antony Dovgal wrote: - timelib_time_dtor(now); + timelib_time_dtor(now); Ilia Alshanetsky

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

2006-06-22 Thread Antony Dovgal
tony2001Thu Jun 22 18:44:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: MFH: don't try to parse empty string, return false immediately (fixes off-by-one) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r

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

2006-06-22 Thread Antony Dovgal
tony2001Thu Jun 22 18:44:19 2006 UTC Modified files: /php-src/ext/date php_date.c Log: don't try to parse empty string, return false immediately (fixes off-by-one) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.99&r2=1.100&diff_for