php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63361 Header not installed
Submitted: 2012-10-25 12:47 UTC Modified: 2012-11-25 06:44 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: remi@php.net Assigned: remi (profile)
Status: Closed Package: MySQLi related
PHP Version: 5.4.8 OS: GNU/Linux (Fedora 18)
Private report: No CVE-ID: None
 [2012-10-25 12:47 UTC] remi@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.



Patches

php-mysqli.patch (last revision 2012-10-25 12:48 UTC by remi)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-10-25 12:54 UTC] remi@php.net
-Package: mysql +Package: MySQLi related
 [2012-11-25 06:44 UTC] remi@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: remi
 [2012-11-25 06:47 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 [2012-11-25 06:47 UTC] remi@php.net
-Status: Assigned +Status: Closed
 [2012-11-25 06:48 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 [2012-11-25 06:49 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 [2012-12-19 17:55 UTC] derick@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 [2014-10-07 23:21 UTC] stas@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 [2014-10-07 23:32 UTC] stas@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=8d2c44b59dfc6c5c608121546edac5840def3f9a
Log: Fixed Bug #63361 Header not installed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC