summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-07-19 16:08:43 +0000
committerAndi Gutmans <andi@php.net>1999-07-19 16:08:43 +0000
commita064237fc041a541ecd86d88a28e4c4debefec2c (patch)
treee205048a7517ff5e11b5435f3225ffdcde840320 /main/internal_functions_win32.c
parentd1b1e3513f5a0f9892f5abc266965e31e081b1bd (diff)
downloadphp-git-a064237fc041a541ecd86d88a28e4c4debefec2c.tar.gz
Fix Win32 compilation
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 08291fb5fb..9fcbecd98d 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -68,7 +68,9 @@ zend_module_entry *php3_builtin_modules[] = {
phpext_filestat_ptr,
phpext_mail_ptr,
phpext_syslog_ptr,
+#if WITH_BCMATH
phpext_bcmath_ptr,
+#endif
phpext_standard_ptr,
COM_module_ptr,
phpext_regex_ptr,