<p>Accepts a string as optional parameter which specifies the name of the<br />
header to read. If the parameter is empty or omitted, an associative array<br />
with all headers will be returned.</p>
+<p>NOTE: In Apache2 this only works for PHP-5.1.3 and greater.</p>
<p>Returns either a string containing the value of the header matching name,<br />
FALSE on failure, or an associative array with all headers.</p>
<h3 id="HttpResponse_setCache">static bool HttpResponse::setCache(bool cache)</h3>
</li>
</ul>
</div>
- <p><b>Generated at: Tue, 07 Mar 2006 16:07:37 +0100</b></p>
+ <p><b>Generated at: Sun, 19 Mar 2006 19:28:39 +0100</b></p>
</body>
</html>
</maintainer>
</maintainers>
<release>
- <version>0.25.0</version>
- <date>2006-03-07</date>
+ <version>1.0.0RC1</version>
+ <date>2006-03-19</date>
<license>BSD, revised</license>
<state>beta</state>
- <notes>* Fixed bug #6924 (Linking fails on Mac OSX).
-* Fixed HttpRequest::addRawPostData().
-
-- Renamed HttpQueryString::getInstance() to more commonly used ::singleton().
-- Renamed HttpQueryString::iconv() to more generic ::xlate().
-
-+ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData().
-+ Added 'range' request option.
-+ Added 'proxytype' request option.
-+ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants.
+ <notes>* Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
+* Fixed http_build_str() to urlencode square brackets ("[]").
+* Fixed HttpQueryString::xlate()
+* Fixed builds where include/php/ext/iconv does not have php_have_*.h files
+* Fixed PHP-4 build.
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<file role="test" name="HttpMessage_007.phpt"/>
<file role="test" name="HttpQueryString_001.phpt"/>
<file role="test" name="HttpQueryString_002.phpt"/>
+ <file role="test" name="HttpQueryString_003.phpt"/>
<file role="test" name="HttpRequestPool_001.phpt"/>
<file role="test" name="HttpRequestPool_002.phpt"/>
<file role="test" name="HttpRequestPool_003.phpt"/>