mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
- Fixed bug #54269 (Short exception message buffer causes crash)
This commit is contained in:
parent
f5a9e17f9c
commit
a6acb1f09e
@ -51,7 +51,7 @@ extern int le_link, le_plink, le_trans;
|
||||
#define LE_PLINK "Firebird/InterBase persistent link"
|
||||
#define LE_TRANS "Firebird/InterBase transaction"
|
||||
|
||||
#define IBASE_MSGSIZE 256
|
||||
#define IBASE_MSGSIZE 512
|
||||
#define MAX_ERRMSG (IBASE_MSGSIZE*2)
|
||||
|
||||
#define IB_DEF_DATE_FMT "%Y-%m-%d"
|
||||
|
Loading…
Reference in New Issue
Block a user