[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysql/tests/bug53649.phpt branches/PHP_5_3/ext/mysqli/mysqli_nonapi.c branches/PHP_5_3/ext/mysqli/tests/bug53503.phpt branches/P

2011-01-07 Thread Andrey Hristov
andrey Fri, 07 Jan 2011 14:22:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307223 Log: Proper fix for Bug #53503 mysqli::query returns false after successful LOAD DATA query which fixes als #56349, same behavior but in ext/mysql. Both

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug: http://bugs.php.net/47802 (Open) PDO_MYSQL doesn't use the charset

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Andrey Hristov
On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ config.w32

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 14:57:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307225 Log: - missing add header Changed paths: U php/php-src/trunk/ext/standard/config.w32 Modified: php/php-src/trunk/ext/standard/config.w32

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/7 Andrey Hristov p...@hristov.com: On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: this fix is inefficient. Implies a query to the server. Much efficient is using mysql_options() on a MYSQL handle after mysql_init() but before mysql_real_connect() (which sets the charset

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/confutils.js trunk/win32/build/config.w32.h.in trunk/win32/build/confutils.js

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 15:51:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307227 Log: - define the php*.lib/dll names Changed paths: U php/php-src/branches/PHP_5_3/win32/build/confutils.js U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Christopher Jones
On 1/7/11 6:58 AM, Kalle Sommer Nielsen wrote: kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Is

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c tests/mysql_pdo_test.inc tests/pdo_mysql_connect_charset.phpt

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 17:18:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307228 Log: Added test case for #47802 and fixed macro name after the move to mysql_options() Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the

[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-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 18:25:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307231 Log: Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db) Bug: http://bugs.php.net/39847 (Assigned)

[PHP-CVS] svn: /SVNROOT/ pear_avail

2011-01-07 Thread Michael Gauthier
gauthiermFri, 07 Jan 2011 19:41:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307237 Log: Add till to new Math_BinaryUtils package. Changed paths: U SVNROOT/pear_avail Modified: SVNROOT/pear_avail

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 20:50:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307239 Log: - enable ASLR and NXCOMPAT by default Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified:

[PHP-CVS] svn: /SVNROOT/ pear_avail

2011-01-07 Thread Brett Bieber
saltybeagle Fri, 07 Jan 2011 22:57:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307241 Log: Just restrict access to the pear2/Pyrus/trunk directory, not all pear2/Pyrus dirs Changed paths: U SVNROOT/pear_avail Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c http.c php_http.h url.h

2011-01-07 Thread Rui Hirokawa
hirokawa Sat, 08 Jan 2011 02:21:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307247 Log: added an option to http_build_query for RFC-3986 based url-encoding. Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ basic_functions.c http.c php_http.h url.h

2011-01-07 Thread Rui Hirokawa
hirokawa Sat, 08 Jan 2011 02:34:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307248 Log: MFH: added an option to http_build_query for RFC-3986 based url-encoding. Changed paths: U