- release 1.4.0RC2
authorMichael Wallner <mike@php.net>
Fri, 19 Jan 2007 22:19:48 +0000 (22:19 +0000)
committerMichael Wallner <mike@php.net>
Fri, 19 Jan 2007 22:19:48 +0000 (22:19 +0000)
docs/http.ini
package.xml
package2.xml

index 932ee31dbcf2112e15afc5f5d60ef0b9910f55b8..f2b2f30f80bdbf5fa2a30e5da6e6b9e6f4ec754b 100644 (file)
@@ -5,18 +5,18 @@
 ; 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
index 51fa6420faf5b1d7d69663cb0643f48d8361391c..a2b41dfc0a20ae2808f181e35e9f06c42d1e4b95 100644 (file)
@@ -23,21 +23,12 @@ support. Parallel requests are available for PHP 5 and greater.
   </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 &quot;ipresolve&quot; 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(&quot;=&quot;)
+* Fixed greedy response message parsing with proxy CONNECT requests (petr at hroch dot info)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -248,6 +239,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <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>
index 595bd7ce8f708c8fdc1b8995a40fbf2953f88508..59f915e39750f06734f5d2a08ff587e4a5333a56 100644 (file)
@@ -28,7 +28,7 @@ support. Parallel requests are available for PHP 5 and greater.
   <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>
@@ -47,6 +47,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <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"/>