]> granicus.if.org Git - php/commit
Fix some errors in mysqlnd charset list
authorNikita Popov <nikic@php.net>
Sun, 24 Mar 2013 15:04:45 +0000 (16:04 +0100)
committerNikita Popov <nikic@php.net>
Sun, 24 Mar 2013 15:09:39 +0000 (16:09 +0100)
commit585f71f497804614a4c3d5da86f2797c32ca3def
tree2066373f8612e2a95ebe6d211ed1177da29ef13a
parentec7250fb64a2e9b2b9babe46c27b420ee0c9bf16
Fix some errors in mysqlnd charset list

I fixed the stuff that seemed obviously wrong, but there are some more
differences with the SHOW COLLATIONS output:

 * The whole range of "utf16" collations missing
 * "filename" missing
 * "ucs2_general_mysql500_ci" and "utf8_general_mysql500_ci" missing

I wasn't sure whether those omissions are intentional, so I didn't add
them.
ext/mysqlnd/mysqlnd_charset.c