summaryrefslogtreecommitdiff
path: root/main/safe_mode.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-17 00:37:12 +0000
committerStig Bakken <ssb@php.net>1999-04-17 00:37:12 +0000
commit257de2baded9330ff392f33fd5a7cc0ba271e18d (patch)
treea271fff83e6eaeebfc32e83173dc7a0f37d1e016 /main/safe_mode.c
parent2127ede122ad920c22fecdc668e864c0210dd146 (diff)
downloadphp-git-257de2baded9330ff392f33fd5a7cc0ba271e18d.tar.gz
First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
Diffstat (limited to 'main/safe_mode.c')
-rw-r--r--main/safe_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/safe_mode.c b/main/safe_mode.c
index 8b712408ee..1b96bdf7dd 100644
--- a/main/safe_mode.c
+++ b/main/safe_mode.c
@@ -39,7 +39,7 @@
#include <unistd.h>
#endif
#include <sys/stat.h>
-#include "functions/pageinfo.h"
+#include "ext/standard/pageinfo.h"
#include "safe_mode.h"
/*