[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo_mysql/mysql_driver.c branches/PHP_5_3/ext/pdo_mysql/php_pdo_mysql_int.h branches/PHP_5_3/ext/pdo_mysql/tests/mysql_pdo_test.

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 09:54:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=307529 Log: MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the chars

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

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 09:59:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=307531 Log: Remove this void comment (c/p mistake) Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt U p

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 10:43:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=307532 Log: Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup) Changed paths: U php/php-src/trunk/NEWS U ph

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 11:20:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=307533 Log: MFT: Added 'db' and 'catalog' keys to the field fetching functions (FR #39847) Bug: http://bugs.php.net/39847 (Assigned) mysqli_fetch_[field|fields|fie

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/047.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_direct.phpt branc

2011-01-17 Thread Ulf Wendel
uw Mon, 17 Jan 2011 13:06:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=307535 Log: Fix tests: don't expect people to use a certain db/schema for testing Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/047.phpt

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

2011-01-17 Thread Ilia Alshanetsky
iliaaMon, 17 Jan 2011 13:44:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=307536 Log: Fixed compiler warning Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/php_fopen_wrapper.c U php/php-src/trunk/ext/standard/php_f

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

2011-01-17 Thread Pierre Joye
pajoye Mon, 17 Jan 2011 14:07:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=307538 Log: - don't try to access if calloc fails (quick review of its usage: seems that the stats member is validated in other places, to be confirmed) Changed pa

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

2011-01-17 Thread Pierre Joye
pajoye Mon, 17 Jan 2011 14:29:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=307541 Log: - path len sanity check Changed paths: U php/php-src/branches/PHP_5_3/main/php_ini.c U php/php-src/trunk/main/php_ini.c Modified: php/php-s

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/047.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_direct.phpt b

2011-01-17 Thread Kalle Sommer Nielsen
Hi Ulf 2011/1/17 Ulf Wendel : > uw                                       Mon, 17 Jan 2011 13:06:44 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=307535 > > Log: > Fix tests: don't expect people to use a certain db/schema for testing Thanks for the quick fix :) -- regards,

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

2011-01-17 Thread Jérôme Loyet
fat Mon, 17 Jan 2011 22:22:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=307551 Log: - Enforce security in the fastcgi protocol parsing. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/sapi/f

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

2011-01-17 Thread Pierre Joye
pajoye Mon, 17 Jan 2011 14:01:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=307537 Log: - fix NULL derefencing Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_ps.c