]> granicus.if.org Git - php/commitdiff
- Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10
authorCorne' Cornelius <nobbie@php.net>
Thu, 27 Feb 2003 08:59:16 +0000 (08:59 +0000)
committerCorne' Cornelius <nobbie@php.net>
Thu, 27 Feb 2003 08:59:16 +0000 (08:59 +0000)
ext/informix/ifx.ec

index 96572d561216ba2f1845ff233d4377f96d4276b4..c52d4396405bba42a048e9515a94b7306c4abf92 100644 (file)
@@ -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) {