diff options
author | foobar <sniper@php.net> | 2003-12-09 23:59:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-12-09 23:59:33 +0000 |
commit | a08c1e4dce535ba70a5e3d954fce1a3b05411f4b (patch) | |
tree | 0a8fea3582a94b82772086262af675d0bdddb60d /main/internal_functions_nw.c | |
parent | 398ab9756a6c6c64f855ed578dd86a9d31168f6e (diff) | |
download | php-git-a08c1e4dce535ba70a5e3d954fce1a3b05411f4b.tar.gz |
- Brought ext/bcmath to the new millennium
# consistency..
Diffstat (limited to 'main/internal_functions_nw.c')
-rw-r--r-- | main/internal_functions_nw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions_nw.c b/main/internal_functions_nw.c index de14dba765..9cc324a4f6 100644 --- a/main/internal_functions_nw.c +++ b/main/internal_functions_nw.c @@ -65,7 +65,7 @@ */ zend_module_entry *php_builtin_extensions[] = { phpext_standard_ptr, -#if WITH_BCMATH +#if HAVE_BCMATH phpext_bcmath_ptr, #endif phpext_calendar_ptr, |