Patch IBASE_MSGSIZE for InterBase related Bug #54269
Patch version 2011-03-16 05:44 UTC
Return to Bug #54269 |
Download this patch
Patch Revisions:
Developer: eav@mobil-soft.ru
--- php_ibase_includes.h.orig 2010-01-03 12:23:27.000000000 +0300
+++ php_ibase_includes.h 2010-09-10 09:45:05.000000000 +0400
@@ -51,7 +51,7 @@
#define LE_PLINK "Firebird/InterBase persistent link"
#define LE_TRANS "Firebird/InterBase transaction"
-#define IBASE_MSGSIZE 256
+#define IBASE_MSGSIZE 1024
#define MAX_ERRMSG (IBASE_MSGSIZE*2)
#define IB_DEF_DATE_FMT "%Y-%m-%d"
|