diff options
author | Stig Bakken <ssb@php.net> | 1999-04-22 02:48:28 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-22 02:48:28 +0000 |
commit | 2c0ad3ee25cd8e449b02c4668a39f48998507739 (patch) | |
tree | 8064c7ee59309ffed3d9c5b8fd5c329ede193561 /main | |
parent | 2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d (diff) | |
download | php-git-2c0ad3ee25cd8e449b02c4668a39f48998507739.tar.gz |
last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.c b/main/main.c index e247ea0549..0150bb6a33 100644 --- a/main/main.c +++ b/main/main.c @@ -68,8 +68,6 @@ #include "control_structures.h" #include "fopen-wrappers.h" #include "ext/standard/php3_standard.h" -#include "functions/post.h" -#include "ext/standard/head.h" #include "snprintf.h" #if WIN32|WINNT #include <io.h> |