Edit report at http://bugs.php.net/bug.php?id=52654&edit=1
ID: 52654 Updated by: and...@php.net Reported by: and...@php.net Summary: mysqli doesn't install headers with structures it uses -Status: Open +Status: Assigned Type: Bug Package: MySQLi related Operating System: Linux PHP Version: 5.3SVN-2010-08-20 (SVN) -Assigned To: +Assigned To: mysql Block user comment: N Previous Comments: ------------------------------------------------------------------------ [2010-08-20 12:29:23] and...@php.net Description: ------------ mysqli declares in php_mysqli_structs.h structures which internally are used. One of these is MY_MYSQL. However, if another extension wants to make use of a mysqli object it has no chance to decode it, because php_mysqli_structs.h is not installed. Expected result: ---------------- Split php_mysqli_structs.h in two header files : one really public and one private. Install the public one. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52654&edit=1