Edit report at https://bugs.php.net/bug.php?id=63361&edit=1
ID: 63361 Updated by: r...@php.net Reported by: r...@php.net Summary: Header not installed -Status: Open +Status: Assigned Type: Bug Package: MySQLi related Operating System: GNU/Linux (Fedora 18) PHP Version: 5.4.8 -Assigned To: +Assigned To: remi Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2012-10-25 12:47:59] r...@php.net Description: ------------ In ext/mysqli/php_mysqli_structs.h (snipped for readability): #ifdef MYSQLI_USE_MYSQLND ... #include "mysqli_mysqlnd.h" ... #else ... #include "mysqli_libmysql.h" ... #endif So installed php_mysqli_structs.h is unusable without mysqli_mysqlnd.h/mysqli_libmysql.h which are not installed. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63361&edit=1