From ed8ccb2911ccfcc1270f9029185fe3ce01bd9c24 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 27 Jan 2003 16:22:33 +0000 Subject: [PATCH] MFH --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index b21157070f..c08160eabd 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -202,7 +202,7 @@ PHP_FUNCTION(bin2hex) static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, int behavior) { char *s11, *s22; - long len1, len2, start, len; + int len1, len2, start, len; start = 0; len = 0; -- 2.40.0