diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 | ||||
| -rw-r--r-- | ext/gd/gdcache.c | 2 | ||||
| -rw-r--r-- | ext/gd/gdttf.c | 2 | ||||
| -rw-r--r-- | ext/mcve/mcve.c | 2 | ||||
| -rw-r--r-- | ext/odbc/birdstep.c | 2 | ||||
| -rw-r--r-- | ext/pcre/pcrelib/internal.h | 2 | ||||
| -rw-r--r-- | ext/sqlite/config.m4 | 2 | ||||
| -rw-r--r-- | ext/standard/html.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 89e3e43b69..e1b46cbc86 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -3,7 +3,7 @@ #elif defined(NETWARE) #include "config.nw.h" #else -#include "php_config.h" +#include <php_config.h> #endif #include "php.h" diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index fa82de5f40..63df228de9 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -42,7 +42,7 @@ #if PHP_WIN32 #define ENABLE_GD_TTF #else -#include "php_config.h" +#include <php_config.h> #endif #if (HAVE_LIBTTF | HAVE_LIBFREETYPE) && !defined(HAVE_GD_CACHE_CREATE) diff --git a/ext/gd/gdttf.c b/ext/gd/gdttf.c index b38b182317..56154835d2 100644 --- a/ext/gd/gdttf.c +++ b/ext/gd/gdttf.c @@ -9,7 +9,7 @@ #if PHP_WIN32 #include "config.w32.h" #else -#include "php_config.h" +#include <php_config.h> #endif #if HAVE_LIBTTF && !defined(USE_GD_IMGSTRTTF) #include <stdio.h> diff --git a/ext/mcve/mcve.c b/ext/mcve/mcve.c index 663ba72013..b0dc697805 100644 --- a/ext/mcve/mcve.c +++ b/ext/mcve/mcve.c @@ -30,7 +30,7 @@ #elif defined NETWARE #include "config.nw.h" #else -#include "php_config.h" +#include <php_config.h> #endif #if HAVE_MCVE diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index 24b88d242b..5a3e0441b5 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -39,7 +39,7 @@ # define PHPAPI __declspec(dllimport) # endif #else -# include "php_config.h" +# include <php_config.h> # define PHPAPI # define THREAD_LS #endif diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h index 544f1c2736..43039570f0 100644 --- a/ext/pcre/pcrelib/internal.h +++ b/ext/pcre/pcrelib/internal.h @@ -42,7 +42,7 @@ modules, but which are not relevant to the outside. */ #elif defined(NETWARE) # include "config.nw.h" #else -# include "php_config.h" +# include <php_config.h> #endif #ifndef PCRE_SPY diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 828a31ae97..0de50a040f 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -91,7 +91,7 @@ if test "$PHP_SQLITE" != "no"; then sed -e s/--VERS--/$SQLITE_VERSION/ -e s/--ENCODING--/$SQLITE_ENCODING/ $ext_srcdir/libsqlite/src/sqlite.h.in >$ext_srcdir/libsqlite/src/sqlite.h if test "$ext_shared" = "no"; then - echo '#include "php_config.h"' > $ext_srcdir/libsqlite/src/config.h + echo '#include <php_config.h>' > $ext_srcdir/libsqlite/src/config.h else echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/libsqlite/src/config.h fi diff --git a/ext/standard/html.c b/ext/standard/html.c index e3a38c3d15..3dc6e072aa 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -35,7 +35,7 @@ #elif defined NETWARE #include "config.nw.h" #else -#include "php_config.h" +#include <php_config.h> #endif #include "reg.h" #include "html.h" |
