Summary: | dev-lang/php-5.3.8 latin1 mysql connection does not work | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ixuz <xman00> |
Component: | [OLD] Server | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
ixuz
2011-09-27 08:37:18 UTC
This worked in the first place because of an undocumented feature added by a patch. The patch was dropped in PHP 5.3.7 as Gentoo policy is to diverge from upsteam feature-wise. You need to use e.g mysql_set_charset [1] instead. [1] http://php.net/manual/en/function.mysql-set-charset.php |