Edit report at http://bugs.php.net/bug.php?id=51259&edit=1
ID: 51259 Updated by: [email protected] Reported by: aron dot ujvari at microsec dot hu Summary: PHP 5.3.2 + PDO MySQL not compatible with MySQL 4.0 -Status: Assigned +Status: Wont fix Type: Bug Package: PDO related Operating System: Linux PHP Version: 5.3.2 Assigned To: mysql Block user comment: N Previous Comments: ------------------------------------------------------------------------ [2010-08-05 15:29:46] [email protected] Automatic comment from SVN on behalf of johannes Revision: http://svn.php.net/viewvc/?view=revision&revision=301877 Log: - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 ------------------------------------------------------------------------ [2010-03-23 17:31:56] [email protected] Well, if you ask me, MySQL 4.0 is out of the game, http://www.mysql.de/about/legal/lifecycle/ . MySQL finally stopped supporting 4.0 about 1.5yrs ago. ------------------------------------------------------------------------ [2010-03-10 12:50:01] aron dot ujvari at microsec dot hu Description: ------------ PHP 5.3.2 with PDO MySQL support cannot be built with MySQL 4.0. MYSQLND support added to ext/pdo_mysql/mysql_statement.c brakes old MySQL version support, file cannot be compiled. Some C macro conditionals probably incorrectly updated, so MySQL version don't have support for prepared statements cannot be used for building. I think this can be corrected by reorganizing some macro condinitional. I have created a patch to solve the problem but it probably needs some review and testing. Patch file attached. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51259&edit=1
