diff options
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 442f669f32..6e3c186e54 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -29,6 +29,8 @@ #include "config.h" #endif +#define SMART_STR_PREALLOC 512 + #include "php.h" #include "php_ini.h" #include "ext/standard/php_standard.h" |