php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52654 mysqli doesn't install headers with structures it uses
Submitted: 2010-08-20 12:29 UTC Modified: 2010-08-20 14:34 UTC
From: andrey@php.net Assigned: mysql (profile)
Status: Closed Package: MySQLi related
PHP Version: 5.3SVN-2010-08-20 (SVN) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrey@php.net
New email:
PHP Version: OS:

 

 [2010-08-20 12:29 UTC] andrey@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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-20 12:29 UTC] andrey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: mysql
 [2010-08-20 14:25 UTC] andrey@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 14:34 UTC] andrey@php.net
-Status: Assigned +Status: Closed
 [2010-08-20 14:34 UTC] andrey@php.net
Fix will appear with 5.3.4
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 03 17:01:29 2024 UTC