diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
commit | f67a9bdc52c39eed6837aef8a1eca195549b1469 (patch) | |
tree | 0a7be5c5b405910f4d616df0d9bed82196d3c966 /internal_functions.c | |
parent | 96660d9a8ce06f12f186d0e3bb5697ce747182a5 (diff) | |
download | php-git-f67a9bdc52c39eed6837aef8a1eca195549b1469.tar.gz |
moved dav, msql and oracle to ext/
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal_functions.c b/internal_functions.c index c75fe2ec4e..456dd93f75 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -51,9 +51,9 @@ #include "functions/php3_ldap.h" #include "ext/mysql/php3_mysql.h" #include "functions/php3_bcmath.h" -#include "functions/php3_msql.h" -#include "functions/php3_oci8.h" -#include "functions/oracle.h" +#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" @@ -62,7 +62,7 @@ #include "functions/head.h" #include "functions/post.h" #include "functions/hw.h" -#include "functions/filepro.h" +#include "ext/filepro/filepro.h" #include "functions/db.h" #include "dl/snmp/php3_snmp.h" #include "functions/php3_zlib.h" @@ -73,7 +73,7 @@ #include "functions/php3_fdf.h" #include "functions/php3_sysvsem.h" #include "functions/php3_sysvshm.h" -#include "functions/php3_dav.h" +#include "ext/dav/php3_dav.h" unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE }; unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW }; |