Skip to content

Commit 26fb0b5

Browse files
author
Ilia Alshanetsky
committed
MFB: Added missing PHPAPI declaration
1 parent 861d8bc commit 26fb0b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/php_math.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#define PHP_MATH_H
2424

2525
PHPAPI char *_php_math_number_format(double, int, char , char);
26+
PHPAPI char * _php_math_longtobase(zval *arg, int base);
2627

2728
PHP_FUNCTION(sin);
2829
PHP_FUNCTION(cos);

0 commit comments

Comments
 (0)