summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-08-31 07:42:05 +0000
committerJani Taskinen <jani@php.net>2007-08-31 07:42:05 +0000
commitcd0cfdfc39edcfe622ea8a8da17ab41b38f73595 (patch)
treeadf380d3922dc47b63a9b9a04c0d130633e155bb
parent4450386ae05b970b39b417f078747ed52eb7132d (diff)
downloadphp-git-cd0cfdfc39edcfe622ea8a8da17ab41b38f73595.tar.gz
MFH
-rw-r--r--ext/odbc/birdstep.c1
-rw-r--r--ext/standard/ftp_fopen_wrapper.c1
-rw-r--r--ext/sybase/php_sybase_db.c1
-rw-r--r--ext/sysvshm/sysvshm.c1
4 files changed, 4 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
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[]
*/