From e873b05288dfa1d679d1d75eff5b688178e682c0 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 31 Aug 2007 07:41:46 +0000 Subject: [PATCH] - Include php_ini.h (needed in future, does not break anything) --- ext/odbc/birdstep.c | 1 + ext/standard/ftp_fopen_wrapper.c | 1 + ext/sybase/php_sybase_db.c | 1 + ext/sysvshm/sysvshm.c | 1 + 4 files changed, 4 insertions(+) diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index cd19825a11..6776c7a2c4 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -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) diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index 2094c5ba1c..eabe8c8f6e 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.c @@ -23,6 +23,7 @@ #include "php.h" #include "php_globals.h" #include "php_network.h" +#include "php_ini.h" #include #include diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index e7655df0a8..ebf8956db3 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -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 diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 9c69f462b3..d23e20f970 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -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[] */ -- 2.40.0