Edit report at http://bugs.php.net/bug.php?id=51259&edit=1
ID: 51259 Updated by: u...@php.net Reported by: aron dot ujvari at microsec dot hu Summary: PHP 5.3.2 + PDO MySQL not compatible with MySQL 4.0 Status: Open Type: Bug Package: PDO related Operating System: Linux PHP Version: 5.3.2 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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