- release .24
authorMichael Wallner <mike@php.net>
Mon, 20 Feb 2006 16:43:48 +0000 (16:43 +0000)
committerMichael Wallner <mike@php.net>
Mon, 20 Feb 2006 16:43:48 +0000 (16:43 +0000)
docs/functions.html
package.xml
package2.xml
php_http.h

index 7871ba15e6b549625a47cdd7b3f432de50b66448..02b48406b0cbcfd56f95dc0ab6bb3dd104e4d8f7 100644 (file)
@@ -600,7 +600,7 @@ should also contain any parent messages.</p>
 <hr noshade>
 <h1 id="http_querystring_object.c">http_querystring_object.c</h1>
 <h2 id="HttpQueryString" class="o">HttpQueryString</h2>
 <hr noshade>
 <h1 id="http_querystring_object.c">http_querystring_object.c</h1>
 <h2 id="HttpQueryString" class="o">HttpQueryString</h2>
-<h3 id="HttpQueryString___construct">void HttpQueryString::__construct([bool global = true[, mixed add])</h3>
+<h3 id="HttpQueryString___construct">final void HttpQueryString::__construct([bool global = true[, mixed add])</h3>
 <p>Creates a new HttpQueryString object instance.<br />
 Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.</p>
 <h3 id="HttpQueryString_toString">string HttpQueryString::toString()</h3>
 <p>Creates a new HttpQueryString object instance.<br />
 Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.</p>
 <h3 id="HttpQueryString_toString">string HttpQueryString::toString()</h3>
@@ -615,6 +615,14 @@ Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.</
 <p>Set query string entry/entries. NULL values will unset the variable.</p>
 <h3 id="HttpQueryString_getInstance">HttpQueryString HttpQueryString::getInstance([bool global = true])</h3>
 <p>Get a single instance (differentiates between the global setting).</p>
 <p>Set query string entry/entries. NULL values will unset the variable.</p>
 <h3 id="HttpQueryString_getInstance">HttpQueryString HttpQueryString::getInstance([bool global = true])</h3>
 <p>Get a single instance (differentiates between the global setting).</p>
+<h3 id="HttpQueryString_iconv">bool HttpQueryString::iconv(string ie, string oe)</h3>
+<p>Converts the query string from the source encoding ie to the target encoding oe.<br />
+WARNING: Don't use any character set that can contain NUL bytes like UTF-16.</p>
+<p>Returns TRUE on success or FALSE on failure.</p>
+<h3 id="HttpQueryString_serialize">string HttpQueryString::serialize()</h3>
+<p>Implements Serializable.</p>
+<h3 id="HttpQueryString_unserialize">void HttpQueryString::unserialize(string serialized)</h3>
+<p>Implements Serializable.</p>
 <hr noshade>
 <h1 id="http_request_object.c">http_request_object.c</h1>
 <h2 id="HttpRequest" class="o">HttpRequest</h2>
 <hr noshade>
 <h1 id="http_request_object.c">http_request_object.c</h1>
 <h2 id="HttpRequest" class="o">HttpRequest</h2>
@@ -1247,6 +1255,9 @@ http.cache_log is set.</p>
 <li><a href="#HttpQueryString_get">HttpQueryString::get()</a></li>
 <li><a href="#HttpQueryString_set">HttpQueryString::set()</a></li>
 <li><a href="#HttpQueryString_getInstance">HttpQueryString::getInstance()</a></li>
 <li><a href="#HttpQueryString_get">HttpQueryString::get()</a></li>
 <li><a href="#HttpQueryString_set">HttpQueryString::set()</a></li>
 <li><a href="#HttpQueryString_getInstance">HttpQueryString::getInstance()</a></li>
+<li><a href="#HttpQueryString_iconv">HttpQueryString::iconv()</a></li>
+<li><a href="#HttpQueryString_serialize">HttpQueryString::serialize()</a></li>
+<li><a href="#HttpQueryString_unserialize">HttpQueryString::unserialize()</a></li>
 </li>
 </ul>
 </li>
 </li>
 </ul>
 </li>
@@ -1358,7 +1369,7 @@ http.cache_log is set.</p>
 </li>
 </ul>
 </div>
 </li>
 </ul>
 </div>
-    <p><b>Generated at: Fri, 17 Feb 2006 17:34:44 +0100</b></p>
+    <p><b>Generated at: Mon, 20 Feb 2006 17:41:32 +0100</b></p>
 </body>
 </html>
 
 </body>
 </html>
 
index 2b6ad1cca73b7702192aa365b98f08dcdf8c7014..61c8b625a8ca730d7480e3f9698b210efaab95c5 100644 (file)
@@ -30,11 +30,18 @@ HttpResponse
   </maintainer>
   </maintainers>
  <release>
   </maintainer>
   </maintainers>
  <release>
-  <version>0.23.1</version>
-  <date>2006-02-15</date>
+  <version>0.24.0</version>
+  <date>2006-02-20</date>
   <license>BSD, revised</license>
   <state>beta</state>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>* Fixed http_parse_cookie(), really.
+  <notes>+ Added If-Range header recognition.
++ Added &quot;portrange&quot; request option.
++ Added HttpQueryString::iconv().
++ HttpQueryString implements Serializable (PHP-5.1).
+
+* Fixed bug #6804 - configure does not recognize &apos;--without-http-zlib-compression&apos;.
+* Fixed cases where &apos;412 Precondition failed&apos; responses should be sent.
+* Fixed message chain order in HttpRequest::getHistory().
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
index c3aa0390cbe239e8ffac4a7c0d6247084e6a849b..4e338cfb070fa1c6b9bbbb8bc78a5faaff0b94c0 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>0.24.0dev</release>
-  <api>0.23.0</api>
+  <release>0.24.0</release>
+  <api>0.24.0</api>
  </version>
  <stability>
   <release>beta</release>
  </version>
  <stability>
   <release>beta</release>
@@ -48,9 +48,11 @@ HttpResponse
  <notes><![CDATA[
 + Added If-Range header recognition.
 + Added "portrange" request option.
  <notes><![CDATA[
 + Added If-Range header recognition.
 + Added "portrange" request option.
++ Added HttpQueryString::iconv().
++ HttpQueryString implements Serializable (PHP-5.1).
 
 
-* Fixed bug #6804 - configure does not recognize --without-http-zlib-compression.
-* Fixed cases where 412 Precondition failed should be sent.
+* Fixed bug #6804 - configure does not recognize '--without-http-zlib-compression'.
+* Fixed cases where '412 Precondition failed' responses should be sent.
 * Fixed message chain order in HttpRequest::getHistory().
 ]]></notes>
  <contents>
 * Fixed message chain order in HttpRequest::getHistory().
 ]]></notes>
  <contents>
index 213384f0630f154beeda9a983038bf6e9ba05ed9..9e67cfac7f0181e739749b91a8937731c89615d3 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "0.24.0dev"
+#define PHP_EXT_HTTP_VERSION "0.24.0"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"