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

2010-08-30 Thread Ulf Wendel
uw Mon, 30 Aug 2010 09:20:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302882 Log: If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core

[PHP-CVS] svn: /php/php-src/trunk/ TSRM/tsrm_virtual_cwd.c TSRM/tsrm_virtual_cwd.h UPGRADING ext/zip/php_zip.c main/fopen_wrappers.c main/php_open_temporary_file.c

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 09:38:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302883 Log: - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex Changed paths: U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 10:27:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302885 Log: - remove internals stuff, moved to the INTERNALS guide Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fpm_process_ctl.c trunk/sapi/fpm/fpm/fpm_process_ctl.c

2010-08-30 Thread Jérôme Loyet
fat Mon, 30 Aug 2010 15:21:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302886 Log: - only one process (for all pools) could be killed by the 'dynamic' process manager. Now it's one process per pool which can be killed by the 'dynamic'

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/lib/timelib.c branches/PHP_5_3/ext/date/lib/timelib.h branches/PHP_5_3/ext/date/php_date.c branches/PHP_5_3/ext/date/php_da

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 15:32:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302887 Log: - Fixed bug #52668 (Iterating over a dateperiod twice is broken). Bug: http://bugs.php.net/52668 (Assigned) Iterating over a dateperiod twice is broken

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

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:47:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302892 Log: - Added test file that I forgot to commit. Changed paths: A php/php-src/branches/PHP_5_3/ext/date/tests/bug52454.phpt Added:

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

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:48:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302893 Log: - Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp). Bug: http://bugs.php.net/52342 (Assigned) DateTime setIsoDate results in wrong

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

2010-08-30 Thread Derick Rethans
derick Mon, 30 Aug 2010 16:50:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302894 Log: - Keep 5.3 and trunk in sync. Changed paths: A + php/php-src/trunk/ext/date/tests/bug52290.phpt (from

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

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 16:52:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302895 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/proc_open.c U php/php-src/trunk/ext/standard/proc_open.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli.c branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/tests/mysqli_constants.phpt trunk/ext/mysqli/mysqli.c trunk/ext/m

2010-08-30 Thread Ulf Wendel
uw Mon, 30 Aug 2010 16:59:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302897 Log: Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options(). Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/mysqli.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/php_ini.c trunk/main/php_ini.c

2010-08-30 Thread Pierre Joye
pajoye Mon, 30 Aug 2010 17:05:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302899 Log: - fix possible leak and error while fetching PHPRC Changed paths: U php/php-src/branches/PHP_5_3/main/php_ini.c U

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

2010-08-30 Thread Andrey Hristov
andrey Mon, 30 Aug 2010 18:10:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302901 Log: Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server

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

2010-08-30 Thread Andrey Hristov
andrey Mon, 30 Aug 2010 18:13:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302902 Log: here comes the news 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_3/main/php_ini.c trunk/main/php_ini.c

2010-08-30 Thread Felipe Pena
felipe Mon, 30 Aug 2010 21:34:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302903 Log: - Fixed crash on non-Windows build Changed paths: U php/php-src/branches/PHP_5_3/main/php_ini.c U php/php-src/trunk/main/php_ini.c