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

2009-09-09 Thread Jani Taskinen
jani Wed, 09 Sep 2009 07:38:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288190 Log: Ihnetd. Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/mysql_fetch_field.phpt branches/PHP_5_3/ext/mysql/tests/mysql_list_fields.phpt branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c branches

2009-09-09 Thread Ulf Wendel
uw Wed, 09 Sep 2009 17:03:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288202 Log: Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt trunk/ext/mysqli/tests/mysqli_stmt_fetch_g

2009-09-09 Thread Ulf Wendel
uw Wed, 09 Sep 2009 17:10:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288203 Log: Tests for http://bugs.php.net/bug.php?id=49357 (libmysql only) . The simple fix suggested in the bug system is not good enough, therefore no fix yet.

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

2009-09-09 Thread Ulf Wendel
uw Wed, 09 Sep 2009 17:16:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288204 Log: Some extra test coverage for http://bugs.php.net/bug.php?id=48754 . Changed paths: U

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

2009-09-09 Thread Ulf Wendel
uw Wed, 09 Sep 2009 18:31:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288208 Log: Andrey fixed the bug but the test was somewhat borked. Fixing test. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug49027.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/pdo_dblib/dblib_driver.c branches/PHP_5_3/ext/pdo_dblib/dblib_driver.c trunk/ext/pdo_dblib/dblib_driver.c

2009-09-09 Thread Felipe Pena
felipe Thu, 10 Sep 2009 01:20:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288215 Log: - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOException SQLSTATE[] (null) (severity 0)) Bug: http://bugs.php.net/49344

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/tests/php_ini_loaded_file.phpt branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt trunk/ext/standard/tests/php_ini_loaded_file.phpt

2009-09-09 Thread Ilia Alshanetsky
iliaaThu, 10 Sep 2009 02:15:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288216 Log: Fixed test Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/tests/php_ini_loaded_file.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionMethod_setAccessible.phpt

2009-09-09 Thread Sebastian Bergmann
sebastianThu, 10 Sep 2009 05:04:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288218 Log: Add ReflectionMethod::setAccessible() for invoking non-public methods through the Reflection API. Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/reflection/ php_reflection.c

2009-09-09 Thread Sebastian Bergmann
sebastianThu, 10 Sep 2009 05:15:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288220 Log: Use getThis() correctly. Changed paths: U php/php-src/trunk/ext/reflection/php_reflection.c Modified: