From c5589a9dd5dd16d80d0569b24ff6a1d81e034a83 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Mon, 3 Jan 2000 18:53:29 +0000 Subject: [PATCH] # There is no functions/ directory in PHP4. @ number.h comes from ext/bcmath, not functions/ number.h comes from ext/bcmath, not functions/ --- Zend/zend_operators.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.50.1