]> granicus.if.org Git - php/commitdiff
# There is no functions/ directory in PHP4.
authorJoey Smith <joey@php.net>
Mon, 3 Jan 2000 18:53:29 +0000 (18:53 +0000)
committerJoey Smith <joey@php.net>
Mon, 3 Jan 2000 18:53:29 +0000 (18:53 +0000)
@ number.h comes from ext/bcmath, not functions/
 number.h comes from ext/bcmath, not functions/

Zend/zend_operators.c

index ff57c87a64bdeb5e31640b2c9deb13bf769136d2..7019014831b8aebf3945f066deadee0f77d79d3d 100644 (file)
 #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;