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

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:01:35 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: MFH: do not fail segfault if malloc(0) returns NULL, that's expected

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c /ext/hash hash_tiger.c ZendEngine2 zend_strtod.c

2007-09-04 Thread Antony Dovgal
tony2001Tue Sep 4 18:46:21 2007 UTC Modified files: (Branch: PHP_5_2) /ZendEngine2zend_strtod.c /php-src/ext/hash hash_tiger.c /php-src/ext/date/lib parse_tz.c Log: MFH: detect endianness in compile time when using Apple's GCC

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

2007-01-25 Thread Antony Dovgal
tony2001Thu Jan 25 13:37:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: setlocale() returns static buffer, which must be copied

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

2007-01-25 Thread Antony Dovgal
tony2001Thu Jan 25 14:38:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: add missing ifdefs http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.11r2=1.20.2.6.2.12diff_format=u Index:

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

2006-11-15 Thread Derick Rethans
On Sat, 11 Nov 2006, Antony Dovgal wrote: On 11/11/2006 01:27 AM, Hannes Magnusson wrote: Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... This patch seems to fix it, though I'm not sure it's sane. Did you fix this yet Nuno? regards, Derick -- PHP CVS Mailing

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

2006-11-15 Thread Derick Rethans
On Fri, 10 Nov 2006, Nuno Lopes wrote: nlopess Fri Nov 10 23:27:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix the bug I introduced previously, sorry anyway, convert the recursive version of the binary

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

2006-11-15 Thread Antony Dovgal
On 11/15/2006 11:25 AM, Derick Rethans wrote: On Sat, 11 Nov 2006, Antony Dovgal wrote: On 11/11/2006 01:27 AM, Hannes Magnusson wrote: Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... This patch seems to fix it, though I'm not sure it's sane. Did you fix this yet

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

2006-11-15 Thread Nuno Lopes
On Fri, 10 Nov 2006, Nuno Lopes wrote: nlopess Fri Nov 10 23:27:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix the bug I introduced previously, sorry anyway, convert the recursive version of the binary search to an iterative

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

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 17:32:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: mark the binary search delimiters as unsigned, so that the compiler can use a quick shift operation

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

2006-11-10 Thread Hannes Magnusson
Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... -Hannes On 11/10/06, Nuno Lopes [EMAIL PROTECTED] wrote: nlopess Fri Nov 10 17:32:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: mark the binary

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

2006-11-10 Thread Antony Dovgal
On 11/11/2006 01:27 AM, Hannes Magnusson wrote: Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... This patch seems to fix it, though I'm not sure it's sane. Index: ext/date/lib/parse_tz.c === RCS file:

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

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 23:27:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix the bug I introduced previously, sorry anyway, convert the recursive version of the binary search to an iterative one

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

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:13:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix possible crash http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.4r2=1.20.2.6.2.5diff_format=u Index:

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

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:25:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: omg. take #2 to fix the bug. sorry.. http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.5r2=1.20.2.6.2.6diff_format=u

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

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 12:37:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: eliminate compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.3r2=1.20.2.6.2.4diff_format=u