MySQL Character Encoding Discrepancies in PHP Installations
When using PHP 5.3.0 with MySQL 5.1.3, different installation methods result in different default character set behaviors when connecting to MySQL without explicitly setting encoding.
Two PHP environments with identical versions but different installation methods:
1. Yum-installed PHP 5.3.0 with MySQL 5.1.3 (my.ini configured with character_s ...
Posted on Wed, 29 Jul 2026 16:16:21 +0000 by don_s