We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45858c commit 5dc5975Copy full SHA for 5dc5975
ext/pdo_odbc/odbc_stmt.c
@@ -27,7 +27,7 @@
27
#include "php_pdo_odbc_int.h"
28
29
/* Buffer size; bigger columns than this become a "long column" */
30
-#define LONG_COLUMN_BUFFER_SIZE 2048
+#define LONG_COLUMN_BUFFER_SIZE (ZEND_MM_PAGE_SIZE- ZSTR_MAX_OVERHEAD)
31
32
enum pdo_odbc_conv_result {
33
PDO_ODBC_CONV_NOT_REQUIRED,
0 commit comments