]> granicus.if.org Git - php/commit
- Increase buffers of output buffering to 40KB and 10KB increments which
authorAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 19:57:06 +0000 (19:57 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 3 Sep 2000 19:57:06 +0000 (19:57 +0000)
commite47d4fe249f06068c26a0464b3e718f499502eaa
treefc1e4c997a5dfc2d4bb5f55241fa06d6a197e374
parent799a00f19a61922f88a4738a91bd34bf3e583d54
- Increase buffers of output buffering to 40KB and 10KB increments which
  makes more sense when web pages are typically like 10KB-20KB.
  I think it would be best to change the reallocation algorithm at least to
  redoubling when it's full instead of incrementing and possibly use
  a data structure similar to Zend/zend_static_allocator which uses memory
  blocks and not realloc().
ext/standard/output.c
main/output.c