]> granicus.if.org Git - php/commit
Add mysql_set_charset() so that the connection encoding can be changed. This is simil...
authorScott MacVicar <scottmac@php.net>
Mon, 14 May 2007 17:10:47 +0000 (17:10 +0000)
committerScott MacVicar <scottmac@php.net>
Mon, 14 May 2007 17:10:47 +0000 (17:10 +0000)
commitac38b635cb83304566b31901cf4aa95bd108d941
treec8367120f7236078030a37e5ca248715d4034388
parenta64089668532a8cef068bd730a79413a6a447f63
Add mysql_set_charset() so that the connection encoding can be changed. This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set.
NEWS
ext/mysql/php_mysql.c
ext/mysql/php_mysql.h