[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ configure.in main/php_version.h

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 13:20:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307117 Log: - Go to -dev Changed paths: U php/php-src/branches/PHP_5_3_5/configure.in U php/php-src/branches/PHP_5_3_5/main/php_version.h Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ NEWS Zend/zend_strtod.c

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 13:32:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307119 Log: Merge rev. 307095 - Fix bug #53632 with x87 fpu (scottmac) Bug: http://bugs.php.net/53632 (Closed) PHP hangs on numeric value 2.2250738585072011e-308

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ Zend/tests/bug53632.phpt

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 13:35:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307120 Log: Merge rev. 307097 Add test for bug #53632 (scottmac) Bug: http://bugs.php.net/53632 (Closed) PHP hangs on numeric value 2.2250738585072011e-308

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS configure.in main/php_version.h

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 13:39:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307121 Log: - This will be PHP 5.3.6 Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/big_year.phpt trunk/ext/date/tests/big_year.phpt

2011-01-05 Thread Ilia Alshanetsky
iliaaWed, 05 Jan 2011 14:41:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307123 Log: Added test Changed paths: A php/php-src/branches/PHP_5_3/ext/date/tests/big_year.phpt A php/php-src/trunk/ext/date/tests/big_year.phpt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/date/ lib/unixtime2tm.c tests/big_year.phpt

2011-01-05 Thread Ilia Alshanetsky
iliaaWed, 05 Jan 2011 14:47:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307124 Log: MFH: Optimize unix timestamp to date-string conversion for very high year values Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS configure.in main/php_version.h

2011-01-05 Thread Ilia Alshanetsky
iliaaWed, 05 Jan 2011 14:48:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307125 Log: 5.2.17 Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_2/configure.in U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS configure.in main/php_version.h

2011-01-05 Thread Ilia Alshanetsky
iliaaWed, 05 Jan 2011 14:50:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307127 Log: Back to dev Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_2/configure.in U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_observer.c branches/PHP_5_3/ext/spl/tests/SplObjectStorage_removeAllExcept_basic.phpt branches/PHP_5_3/ext/spl/tests/SplObjectStorage_removeAl

2011-01-05 Thread Etienne Kneuss
colder Wed, 05 Jan 2011 15:01:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307129 Log: Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland) Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_observer.c A

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ext/date/lib/ unixtime2tm.c

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 15:34:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307131 Log: - Merge r307103 Optimize unix timestamp to date-string conversion for very high year values (iliaaa) Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ ext/date/tests/big_year.phpt

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 15:39:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307132 Log: - Merge r307123 Added test for big year (iliaa) Changed paths: _U php/php-src/branches/PHP_5_3_5/ A +

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3_5/ NEWS configure.in main/php_version.h

2011-01-05 Thread Johannes Schlüter
johannes Wed, 05 Jan 2011 16:35:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307133 Log: PHP 5.3.5 Changed paths: U php/php-src/branches/PHP_5_3_5/NEWS U php/php-src/branches/PHP_5_3_5/configure.in U

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

2011-01-05 Thread Scott MacVicar
scottmac Thu, 06 Jan 2011 00:08:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307143 Log: Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched). Bug: http://bugs.php.net/53466 (Open)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/bug53588.phpt trunk/ext/spl/tests/bug53588.phpt

2011-01-05 Thread Adam Harvey
aharvey Thu, 06 Jan 2011 02:24:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307146 Log: Remove empty files left when r306542 was reverted in r306552. Changed paths: D php/php-src/branches/PHP_5_3/ext/spl/tests/bug53588.phpt D

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/spl/internal/regexiterator.inc ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/regexiterator_getregex.phpt

2011-01-05 Thread Adam Harvey
aharvey Thu, 06 Jan 2011 02:32:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307147 Log: Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch by Joshua Thijssen. Bug: http://bugs.php.net/53659 (Assigned)