From: Corne' Cornelius Date: Thu, 27 Feb 2003 08:59:16 +0000 (+0000) Subject: - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10 X-Git-Tag: RELEASE_0_5~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e09029ba7b403ce3770f32d6056d59c675cd001;p=php - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10 --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 96572d5612..c52d439640 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -1650,7 +1650,7 @@ PHP_FUNCTION(ifx_errormsg) break; } - maxmsglen = 10; + maxmsglen = 255; msglen = maxmsglen; /* Some bug fix, rgetlmsg doesnt always set the value */ ifx_errmsg = (char *)emalloc(maxmsglen + 1); if (ifx_errorcode != 0) {