]> granicus.if.org Git - php/commitdiff
- Fixed bug #54269 (Short exception message buffer causes crash)
authorFelipe Pena <felipe@php.net>
Sun, 22 May 2011 19:06:21 +0000 (19:06 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 22 May 2011 19:06:21 +0000 (19:06 +0000)
NEWS
ext/interbase/php_ibase_includes.h

diff --git a/NEWS b/NEWS
index f6fe8566146f3eb30d3a835b9a7a3e850f415564..62bb94be838a8624842fbce3aa0e83cf5f3109fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,9 @@ PHP                                                                        NEWS
     functions that allows disabling addition of empty elements. (Ilia)
   . Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented). (Ilia)
   
+- Interbase extension:
+  . Fixed bug #54269 (Short exception message buffer causes crash). (Felipe)
+  
 - intl extension:
   . Implemented FR #54540 (Allow loading of arbitrary resource bundles when
     fallback is disabled). (David Zuelke, Stas)
index ec37d211e21aeb64b6cc65e80f94527ba21a8237..a5cd9d794e69ec56256ec130fc715b7270179890 100755 (executable)
@@ -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"