From: Michael Wallner Date: Fri, 7 Oct 2005 16:35:01 +0000 (+0000) Subject: - flush X-Git-Tag: RELEASE_0_15_0~29 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=9ae4a76b5f0f81518152731e5d93ab80092fe367 - flush --- diff --git a/config.w32 b/config.w32 index 23a2dd1..8822ef4 100644 --- a/config.w32 +++ b/config.w32 @@ -17,6 +17,10 @@ if (PHP_HTTP != "no") { "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); AC_DEFINE("HAVE_HTTP", 1, "Have extended HTTP support"); + + if (PHP_DEBUG != "no") { + ADD_FLAG("CFLAGS_HTTP", "/W3"); + } MHASH_LIB = PHP_DEBUG != "no" ? "libmhash-staticd.lib":"libmhash-static.lib"; if (CHECK_HEADER_ADD_INCLUDE('mhash.h', 'CFLAGS_HTTP') && diff --git a/funcsummary.php b/funcsummary.php index 1867f5a..f4830e0 100644 --- a/funcsummary.php +++ b/funcsummary.php @@ -132,10 +132,6 @@ foreach (array_slice($_SERVER['argv'], 1) as $fp) { printf("%s\n", 2, $m[4][$i], $p, 2); } print ff($m[3][$i]) ."\n"; - /* - printf("%s\n%s\n", - $o?3:2, $o?$n[1].'_'.$n[2]:$m[4][$i], $p, $o?3:2, ff($m[3][$i])); - */ } print "
\n"; } diff --git a/package2.xml b/package2.xml index 27c1da0..0417d51 100644 --- a/package2.xml +++ b/package2.xml @@ -44,7 +44,7 @@ - Renamed http_absolute_uri() to http_build_uri() (complements with http_build_query()) - Changed the signature of the negotiator to fill the second parameter with the results array -* Fixed unexpected warnings on request shutdown when etag caching is enabled +* Fixed several ETag issues ]]> @@ -128,6 +128,15 @@ + + + + + + + + +