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:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            MySQLi related
 Operating System:   Linux
 PHP Version:        5.3SVN-2010-08-20 (SVN)
 Assigned To:        mysql
 Block user comment: N

 New Comment:

Fix will appear with 5.3.4


Previous Comments:
------------------------------------------------------------------------
[2010-08-20 14:25:19] and...@php.net

Automatic comment from SVN on behalf of andrey
Revision: http://svn.php.net/viewvc/?view=revision&revision=302549
Log: Fix for bug #52654 mysqli doesn't install headers with structures
it uses

------------------------------------------------------------------------
[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

Reply via email to