From: Jani Taskinen Date: Fri, 31 Aug 2007 07:42:05 +0000 (+0000) Subject: MFH X-Git-Tag: RELEASE_1_2_4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0cfdfc39edcfe622ea8a8da17ab41b38f73595;p=php MFH --- 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 7fe6f8f375..7ee5618575 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 a70cd98d5e..587a4ee814 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 c8092ef2cc..25c2ba0bcc 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[] */