Browse Source

Reduce number of realloc calls.

experimental/new_ui_api
Yasuo Ohgaki 24 years ago
parent
commit
f314d24d03
  1. 2
      ext/pgsql/pgsql.c

2
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"

Loading…
Cancel
Save