- release 1.0.0RC1
authorMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 18:43:31 +0000 (18:43 +0000)
committerMichael Wallner <mike@php.net>
Sun, 19 Mar 2006 18:43:31 +0000 (18:43 +0000)
docs/functions.html
package.xml
package2.xml

index 906367900a357209e874d11656ea9208c4edc40e..a18aafa316d070af4a6c069c2550cc4e53732f6d 100644 (file)
@@ -983,6 +983,7 @@ parameter is unset no header with this name will be sent. </p>
 <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>
@@ -1400,7 +1401,7 @@ http.cache_log is set.</p>
 </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>
 
index 5b403d6f0a4dbc463c5d98d4ce29f3404a38a8da..6604846d2bc970854668ce24e1024877d81b34b0 100644 (file)
@@ -30,20 +30,15 @@ HttpResponse
   </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 &apos;range&apos; request option.
-+ Added &apos;proxytype&apos; 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 (&quot;[]&quot;).
+* 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"/>
@@ -119,6 +114,7 @@ HttpResponse
     <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"/>
index 91a873838b4ad73bf12f9aae333392cc82aa7eb8..3fba4a9007ad3e7c3d42c5e269a3732c8db757d8 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>1.0.0RC</release>
-  <api>1.0.0RC</api>
+  <release>1.0.0RC1</release>
+  <api>1.0.0</api>
  </version>
  <stability>
   <release>beta</release>