Skip to content

Commit 5e09029

Browse files
author
Corne' Cornelius
committed
- Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10
1 parent 8a7822c commit 5e09029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/informix/ifx.ec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ PHP_FUNCTION(ifx_errormsg)
16501650
break;
16511651
}
16521652

1653-
maxmsglen = 10;
1653+
maxmsglen = 255;
16541654
msglen = maxmsglen; /* Some bug fix, rgetlmsg doesnt always set the value */
16551655
ifx_errmsg = (char *)emalloc(maxmsglen + 1);
16561656
if (ifx_errorcode != 0) {

0 commit comments

Comments
 (0)