mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Fixed bug #54269 (Short exception message buffer causes crash)
This commit is contained in:
parent
f5a9e17f9c
commit
a6acb1f09e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue