's' works with size_t round 2

This commit is contained in:
Anatol Belski 2014-08-27 17:31:24 +02:00
parent 5882446b8b
commit 257ed4061a
25 changed files with 137 additions and 109 deletions

View file

@ -472,7 +472,7 @@ PHP_FUNCTION(bcpow)
PHP_FUNCTION(bcsqrt)
{
char *left;
int left_len;
size_t left_len;
zend_long scale_param = 0;
bc_num result;
int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS();