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
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
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) {
> >
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
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
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
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
ha?
On 22-Jun-06, at 8:44 PM, Antony Dovgal wrote:
- timelib_time_dtor(now);
+ timelib_time_dtor(now);
Ilia Alshanetsky
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
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
10 matches
Mail list logo