]> granicus.if.org Git - php/commitdiff
Larger transfer buffer before realloc() this should speed things up a bit
authorSterling Hughes <sterling@php.net>
Thu, 2 Aug 2001 19:28:33 +0000 (19:28 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 2 Aug 2001 19:28:33 +0000 (19:28 +0000)
ext/curl/curl.c

index b93895b278d5844d105b338f72da5102967b244b..717f97096013fe8eb44abee166209aa0b5b15865 100644 (file)
@@ -37,6 +37,9 @@
 #include <curl/curl.h>
 #include <curl/easy.h>
 
+#define SMART_STR_PREALLOC 4096
+
+#include "ext/standard/php_smart_str.h"
 #include "ext/standard/info.h"
 #include "ext/standard/file.h"
 #include "php_curl.h"