mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
MFH
This commit is contained in:
parent
4450386ae0
commit
cd0cfdfc39
@ -47,6 +47,7 @@
|
||||
#ifdef HAVE_BIRDSTEP
|
||||
#include "php_birdstep.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
zend_function_entry birdstep_functions[] = {
|
||||
PHP_FE(birdstep_connect, NULL)
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_network.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "ext/standard/php_standard.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
#if HAVE_SYBASE
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include "php_sysvshm.h"
|
||||
#include "ext/standard/php_var.h"
|
||||
#include "ext/standard/php_smart_str.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
/* {{{ sysvshm_functions[]
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user