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 /internal_functions.c | |
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 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/internal_functions.c b/internal_functions.c index 747d1aec84..8dedf3d092 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -53,24 +53,24 @@ #include "ext/msql/php3_msql.h" #include "ext/oracle/php3_oci8.h" #include "ext/oracle/oracle.h" -#include "functions/php3_pgsql.h" -#include "functions/php3_sybase.h" -#include "functions/php3_sybase-ct.h" +#include "ext/pgsql/php3_pgsql.h" +#include "ext/sybase/php3_sybase.h" +#include "ext/sybase/php3_sybase-ct.h" #include "ext/imap/imap.h" #include "ext/standard/head.h" -#include "functions/post.h" +#include "ext/standard/post.h" #include "ext/hyperwave/hw.h" #include "ext/filepro/filepro.h" #include "ext/db/db.h" #include "dl/snmp/php3_snmp.h" -#include "functions/php3_zlib.h" +#include "ext/zlib/php3_zlib.h" #include "ext/com/php3_COM.h" -#include "functions/php3_interbase.h" -#include "functions/php3_xml.h" -#include "functions/php3_pdf.h" +#include "ext/interbase/php3_interbase.h" +#include "ext/xml/php3_xml.h" +#include "ext/pdf/php3_pdf.h" #include "ext/fdf/php3_fdf.h" -#include "functions/php3_sysvsem.h" -#include "functions/php3_sysvshm.h" +#include "ext/sysvsem/php3_sysvsem.h" +#include "ext/sysvshm/php3_sysvshm.h" #include "ext/dav/php3_dav.h" unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE }; |