From 0e0f3eb0978b9a181a43363cbb251d02c05c2cc7 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 6 Jun 2000 13:49:41 +0000 Subject: [PATCH] bool -> int --- ext/recode/recode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1