Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/php_date.c trunk/ext/date/php_date.c

2009-09-15 Thread Jani Taskinen
Is there still something to be fixed or why is the bug still open? --Jani Rasmus Lerdorf wrote: rasmus Tue, 15 Sep 2009 20:34:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=288356 Log: Fix for bug #49558 for 5.2 and HEAD as well. Bug: h

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2009-09-15 Thread Jani Taskinen
jani Wed, 16 Sep 2009 06:56:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=288364 Log: - What a mess.. Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt branches/PHP_5_2/ext/gd/tests/imagerectangle_error2.phpt branches/PHP_5_3/ext/gd/tests/imagerectangle_basic.phpt br

2009-09-15 Thread andy wharmby
wharmby Tue, 15 Sep 2009 21:44:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=288357 Log: Fix SKIPIF sections Changed paths: U php/php-src/branches/PHP_5_2/ext/gd/tests/imagerectangle_basic.phpt U php/php-src/branches/PHP_5_2/ext/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/date/php_date.c trunk/ext/date/php_date.c

2009-09-15 Thread Rasmus Lerdorf
rasmus Tue, 15 Sep 2009 20:34:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=288356 Log: Fix for bug #49558 for 5.2 and HEAD as well. Bug: http://bugs.php.net/49558 (Open) Sunrise Problems around 91 degree zenith Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/ php_date.c

2009-09-15 Thread Rasmus Lerdorf
rasmus Tue, 15 Sep 2009 20:28:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=288354 Log: Fix bug #49558 And as Colin mentioned in the bug report, this means date_sunrise() and date_sunset() have been off by 26 seconds in most cases until now.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.c branches/PHP_5_3/ext/sqlite3/libsqlite/sqlite3.h trunk/ext/sqlite3/libsqlite/sqlite3.c trunk/ext/sql

2009-09-15 Thread Ilia Alshanetsky
iliaaTue, 15 Sep 2009 16:54:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=288351 Log: Upgraded bundled sqlite to version 3.6.18. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/sqlite3/lib

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c trunk/ext/curl/interface.c

2009-09-15 Thread Pierre-Alain Joye
pajoye Tue, 15 Sep 2009 15:47:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=288348 Log: - #49253, add support for libcurl's CERTINFO option Bug: http://bugs.php.net/49253 (Assigned) add support for libcurl's CERTINFO option Changed