From 26fb0b51b563e9ab249a52326da168727568efb6 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 9 Nov 2006 20:02:08 +0000 Subject: [PATCH] MFB: Added missing PHPAPI declaration --- ext/standard/php_math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 5e531249f7..679ee2b624 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -23,6 +23,7 @@ #define PHP_MATH_H PHPAPI char *_php_math_number_format(double, int, char , char); +PHPAPI char * _php_math_longtobase(zval *arg, int base); PHP_FUNCTION(sin); PHP_FUNCTION(cos); -- 2.50.1