Browse Source

bool -> int

PHP-4.0.5
Thies C. Arntzen 26 years ago
parent
commit
0e0f3eb097
  1. 2
      ext/recode/recode.c

2
ext/recode/recode.c

@ -110,7 +110,7 @@ PHP_FUNCTION(recode_string)
char *r = NULL;
pval **str;
pval **req;
bool success;
int success;
ReSLS_FETCH();
if (ZEND_NUM_ARGS() != 2

Loading…
Cancel
Save