diff options
author | Stig Bakken <ssb@php.net> | 1999-04-22 00:45:14 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-22 00:45:14 +0000 |
commit | 2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d (patch) | |
tree | 7fa77da87c424f72fa2bfd99a0fe10cce2075343 /internal_functions.c | |
parent | ff377329973b5708afd5990b8d8697e706f3f749 (diff) | |
download | php-git-2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d.tar.gz |
moved imap and ldap
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_functions.c b/internal_functions.c index a935289c47..747d1aec84 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -47,7 +47,7 @@ #include "ext/gettext/php3_gettext.h" #include "ext/informix/php3_ifx.h" -#include "functions/php3_ldap.h" +#include "ext/ldap/php3_ldap.h" #include "ext/mysql/php3_mysql.h" #include "ext/bcmath/php3_bcmath.h" #include "ext/msql/php3_msql.h" @@ -56,7 +56,7 @@ #include "functions/php3_pgsql.h" #include "functions/php3_sybase.h" #include "functions/php3_sybase-ct.h" -#include "functions/imap.h" +#include "ext/imap/imap.h" #include "ext/standard/head.h" #include "functions/post.h" #include "ext/hyperwave/hw.h" |