; enable if you want to transform all errors to exceptions (PHP >= 5 only)
;http.only_exceptions = 1
-; disable if you want php not to exit in case of redirects and cache hits
+; disable if you don't want php to exit in case of redirects and cache hits;
+; a "NULL" output handler will be started instead, which discards all output
;http.force_exit = 0
-; disable if you don't want 404 Not found status messages
-; being sent, if a file attempted to be sent with
-; http_send_file() etc. cannot be found
+; disable if you don't want 404 Not found status messages being sent,
+; if a file attempted to be sent with http_send_file() etc. cannot be found
;http.send.not_found_404 = 0
-; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B)
+; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B);
; if ext/hash is available, this can be set to any hash algorithm ext/hash supports
; MD5 is the default and fallback algorithm
-http.etag.mode = "MD5"
+;http.etag.mode = "MD5"
; allowed request methods
; by default PHP ignores unkown request methods
</maintainer>
</maintainers>
<release>
- <version>1.4.0RC1</version>
- <date>2006-12-04</date>
+ <version>1.4.0RC2</version>
+ <date>2007-01-19</date>
<license>BSD, revised</license>
<state>beta</state>
- <notes>* Improved response performance
-+ Added "ipresolve" request option
-+ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
-+ Added missing HTTP_SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3}, HttpRequest::SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3} constants
-+ Added factory methods to HttpMessage, HttpQueryString, HttpRequest, HttpRequestDataShare, HttpDeflateStream, HttpInflateStream
-* Fixed aborted PUT request when empty put data was set with HttpRequest::setPutData()
-* Fixed crash when using non-associative arrays as request headers
-* Fixed crash when serializing incomplete HttpMessage objects
-* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
-* Fixed crash when retrieving the response message from an unserialized HttpRequest object
-- Removed obsolete HTML function reference
+ <notes>* Fixed infinite loop with http_parse_params("=")
+* Fixed greedy response message parsing with proxy CONNECT requests (petr at hroch dot info)
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<file role="src" name="php_http_std_defs.h"/>
<file role="src" name="php_http_url_api.h"/>
<file role="src" name="php_http_util_object.h"/>
+ <file role="doc" name="ThanksTo.txt"/>
</filelist>
</release>
</package>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2006-12-19</date>
+ <date>2007-01-19</date>
<version>
<release>1.4.0RC2</release>
<api>1.4.0</api>
<file role="doc" name="LICENSE"/>
<file role="doc" name="CREDITS"/>
<file role="doc" name="KnownIssues.txt"/>
+ <file role="doc" name="ThanksTo.txt"/>
<file role="doc" name="docs/http.ini"/>
<file role="doc" name="docs/examples/tutorial.txt"/>