summaryrefslogtreecommitdiff
path: root/internal_functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'internal_functions.c')
-rw-r--r--internal_functions.c20
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 };