nobbie Thu Feb 27 03:59:15 2003 EDT Modified files: /php4/ext/informix ifx.ec Log: - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10 Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.85 php4/ext/informix/ifx.ec:1.86 --- php4/ext/informix/ifx.ec:1.85 Thu Feb 27 03:56:14 2003 +++ php4/ext/informix/ifx.ec Thu Feb 27 03:59:15 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ifx.ec,v 1.85 2003/02/27 08:56:14 nobbie Exp $ */ +/* $Id: ifx.ec,v 1.86 2003/02/27 08:59:15 nobbie Exp $ */ /* ------------------------------------------------------------------- * if you want a function reference : "grep '^\*\*' ifx.ec" will give @@ -1650,7 +1650,7 @@ 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) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php