From: Joey Smith Date: Mon, 3 Jan 2000 18:53:29 +0000 (+0000) Subject: # There is no functions/ directory in PHP4. X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5589a9dd5dd16d80d0569b24ff6a1d81e034a83;p=php # There is no functions/ directory in PHP4. @ number.h comes from ext/bcmath, not functions/ number.h comes from ext/bcmath, not functions/ --- diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index ff57c87a64..7019014831 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -31,10 +31,12 @@ #include "zend_list.h" #include "zend_fast_cache.h" + #if WITH_BCMATH -#include "functions/number.h" +#include "ext/bcmath/number.h" #endif + ZEND_API void convert_scalar_to_number(zval *op) { char *strval;