foobar
21 years ago
2 changed files with
2 additions and
2 deletions
-
main/php.h
-
sapi/apache_hooks/php_apache.c
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HAVE_BUILD_DEFS_H |
|
|
|
#include "build-defs.h" |
|
|
|
#include <build-defs.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
#include "zend.h" |
|
|
|
#include "ap_compat.h" |
|
|
|
#else |
|
|
|
#include "build-defs.h" |
|
|
|
#include <build-defs.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef ZTS |
|
|
|
|