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

2007-04-13 Thread changelog
changelog Sat Apr 14 01:31:08 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2657r2=1.2658diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2657

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

2007-04-13 Thread changelog
changelog Sat Apr 14 01:31:10 2007 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1094r2=1.1095diff_format=u Index: ZendEngine2/ChangeLog diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-13 Thread Antony Dovgal
On 04/13/2007 06:17 AM, Brian Shire wrote: FYI: Reverted my bad pack test changes, just verified that the latest gcc-4.2 branch on Darwin returns 0 rather than -1 for the following code: #include stdio.h int main() { double foo = (double)4294967296LL; printf(%d\n, (unsigned

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

2007-04-13 Thread Antony Dovgal
On 04/13/2007 02:47 AM, Marcus Boerger wrote: Hello Antony, under windows, where this is coming from (iirc), there is __int64. Is that mapped to SIZEOF_LONG_LONG and don't you need to check for the actual value being 8? Ok, so it's always defined on Windows. But there are also other

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

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 08:11:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/date/lib parse_date.c parse_date.re Log: - Fixed bug #40290 (strtotime() returns unexpected result with particular timezone offset).

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.c parse_date.re

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 08:11:35 2007 UTC Modified files: /php-src/ext/date/lib parse_date.c parse_date.re Log: - MFB: Fixed bug #40290 (strtotime() returns unexpected result with particular timezone offset).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/date php_date.c /ext/date/tests date_sun_info_001.phpt date_sun_info_002.phpt

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 08:33:49 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests date_sun_info_002.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c /php-src/ext/date/tests date_sun_info_001.phpt

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

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 08:34:11 2007 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests date_sun_info_001.phpt Log: - MFB: Fixed bug #39965 (Latitude and longitude are backwards in date_sun_info()).

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli/tests 004.phpt 006.phpt

2007-04-13 Thread Antony Dovgal
tony2001Fri Apr 13 12:29:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli/tests 004.phpt 006.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/004.phpt?r1=1.1.2.5r2=1.1.2.6diff_format=u Index:

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

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 14:09:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/date php_date.c Log: - Fixed bug #39416 (Milliseconds in date()).

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

2007-04-13 Thread Derick Rethans
derick Fri Apr 13 14:10:38 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - MFB: Fixed bug #39416 (Milliseconds in date()). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.134r2=1.135diff_format=u Index:

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

2007-04-13 Thread Antony Dovgal
tony2001Fri Apr 13 14:41:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.644r2=1.2027.2.547.2.645diff_format=u Index: php-src/NEWS diff -u

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

2007-04-13 Thread Andrei Zmievski
andrei Fri Apr 13 21:34:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/json JSON_parser.c json.c Log: Fix processing of control characters; they should be escaped as \u sequences.