mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Fix for bug #52654 mysqli doesn't install headers with structures it uses
This commit is contained in:
parent
72064e1a28
commit
27567040d2
11 changed files with 346 additions and 288 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "php_ini.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "php_mysqli_structs.h"
|
||||
#include "mysqli_priv.h"
|
||||
#include "zend_exceptions.h"
|
||||
|
||||
/* {{{ mysqli_exception_methods[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue