From: Thies C. Arntzen Date: Tue, 6 Jun 2000 13:49:41 +0000 (+0000) Subject: bool -> int X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e0f3eb0978b9a181a43363cbb251d02c05c2cc7;p=php bool -> int --- diff --git a/ext/recode/recode.c b/ext/recode/recode.c index b0f1f4913f..5b63d37a51 100644 --- a/ext/recode/recode.c +++ b/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