- bump version
authorMichael Wallner <mike@php.net>
Sat, 20 May 2006 09:46:16 +0000 (09:46 +0000)
committerMichael Wallner <mike@php.net>
Sat, 20 May 2006 09:46:16 +0000 (09:46 +0000)
package2.xml
php_http.h

index 67547a0fae90b8b2cb31a428f12802d49bf56e8d..0eaebcdba10bfac444f6f1aa500c8bf45548697f 100644 (file)
@@ -37,7 +37,7 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>1.0.0RC4</release>
+  <release>1.0.0RC5</release>
   <api>1.0.0</api>
  </version>
  <stability>
@@ -46,12 +46,7 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added http_parse_params() function
-+ Added HTTP_URL_STRIP_ALL constant
-* Fixed possible crash in progress/onfinish request callbacks
-* Fixed http_redirect() and http_build_url() without arguments
-* Fixed behaviour of http_build_url() when second parameter is NULL
-* Enabled recursive query string merging in http_build_url() with HTTP_URL_JOIN_QUERY
+* Fixed http_build_url("./path") if REQUEST_URI is empty
 ]]></notes>
  <contents>
   <dir name="/">
index ac5051efd3a936e07c70954337fb638c9f432091..9e6083cce5b40006c0686f848aea144d8d0311a8 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.0.0RC4"
+#define PHP_EXT_HTTP_VERSION "1.0.0RC5-dev"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"