summaryrefslogtreecommitdiff
path: root/internal_functions.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 23:28:00 +0000
committerStig Bakken <ssb@php.net>1999-04-21 23:28:00 +0000
commitf9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2 (patch)
treeb6edca88d742f4146f49e3affe6febc78a44f8cb /internal_functions.c
parenta297b95c9da1b6138523f9b707a0fafe60e0d327 (diff)
downloadphp-git-f9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2.tar.gz
moved bcmath
Diffstat (limited to 'internal_functions.c')
-rw-r--r--internal_functions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal_functions.c b/internal_functions.c
index 456dd93f75..06c44f944e 100644
--- a/internal_functions.c
+++ b/internal_functions.c
@@ -50,7 +50,7 @@
#include "functions/php3_crypt.h"
#include "functions/php3_ldap.h"
#include "ext/mysql/php3_mysql.h"
-#include "functions/php3_bcmath.h"
+#include "ext/bcmath/php3_bcmath.h"
#include "ext/msql/php3_msql.h"
#include "ext/oracle/php3_oci8.h"
#include "ext/oracle/oracle.h"
@@ -61,12 +61,12 @@
#include "functions/dl.h"
#include "functions/head.h"
#include "functions/post.h"
-#include "functions/hw.h"
+#include "ext/hyperwave/hw.h"
#include "ext/filepro/filepro.h"
#include "functions/db.h"
#include "dl/snmp/php3_snmp.h"
#include "functions/php3_zlib.h"
-#include "functions/php3_COM.h"
+#include "ext/com/php3_COM.h"
#include "functions/php3_interbase.h"
#include "functions/php3_xml.h"
#include "functions/php3_pdf.h"