- fixed a gotcha in http_chunked_decode (-size_t is always > 0)
[m6w6/ext-http] / phpstr / phpstr.c
index acee06fde4df9f39197b3302a79c1811d307f4c5..70673a92ed7c4fd4c8b5f737b75442b98a4d73c9 100644 (file)
@@ -4,10 +4,6 @@
 #include "php.h"
 #include "phpstr.h"
 
-#ifndef PHPSTR_DEFAULT_SIZE
-#define PHPSTR_DEFAULT_SIZE 256
-#endif
-
 PHPSTR_API phpstr *phpstr_init_ex(phpstr *buf, size_t chunk_size, zend_bool pre_alloc)
 {
        if (!buf) {