diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-05-03 13:32:10 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-05-03 13:32:10 +0000 |
commit | fd2726641b0a1e888364b3fd7f7d1d7ba0035f9f (patch) | |
tree | 9d2c0b6427d9f5b8593870ab82ccf83a6c9e00e3 | |
parent | 0c6f5f581078689c97f8acbe9ff7f1d71e536dd5 (diff) | |
download | php-git-fd2726641b0a1e888364b3fd7f7d1d7ba0035f9f.tar.gz |
Revert previous optimization if preparation for 5.1.4
-rw-r--r-- | ext/standard/php_smart_str.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_smart_str.h b/ext/standard/php_smart_str.h index 2f245bbc0e..3fbee5d942 100644 --- a/ext/standard/php_smart_str.h +++ b/ext/standard/php_smart_str.h @@ -35,11 +35,11 @@ } while (0) #ifndef SMART_STR_PREALLOC -#define SMART_STR_PREALLOC 4096 +#define SMART_STR_PREALLOC 128 #endif #ifndef SMART_STR_START_SIZE -#define SMART_STR_START_SIZE 1024 +#define SMART_STR_START_SIZE 78 #endif #ifdef SMART_STR_USE_REALLOC |