- release 1.0.0RC2
authorMichael Wallner <mike@php.net>
Tue, 28 Mar 2006 10:08:03 +0000 (10:08 +0000)
committerMichael Wallner <mike@php.net>
Tue, 28 Mar 2006 10:08:03 +0000 (10:08 +0000)
package.xml
package2.xml
php_http.h

index 6604846d2bc970854668ce24e1024877d81b34b0..70912bff74ab87c8fd138e9fea8a2d97de779082 100644 (file)
@@ -30,15 +30,14 @@ HttpResponse
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.0RC1</version>
-  <date>2006-03-19</date>
+  <version>1.0.0RC2</version>
+  <date>2006-03-28</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <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>* Fixed Bug #7192: Build against libcurl &gt;= 7.15.2 fails
+* Fixed access of super globals
+* Fixed sending userspace streams
+* Fixed too aggressive caching behaviour of HttpResponse
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
index bdc6fd11c40f9064fa39b0d15eb6f8f9d415d7e4..39acc85002b06e26b41c2387194db815388936c9 100644 (file)
@@ -49,7 +49,7 @@ HttpResponse
 * Fixed Bug #7192: Build against libcurl >= 7.15.2 fails
 * Fixed access of super globals
 * Fixed sending userspace streams
-* Fixed too aggressive caching behavour of HttpResponse
+* Fixed too aggressive caching behaviour of HttpResponse
 ]]></notes>
  <contents>
   <dir name="/">
index 7244c85c5dd3199303baadd30191d2bb6f0f0c0e..553796aa7fd15f363d725691486c2f3f2b18c83d 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_EXT_HTTP_VERSION "1.0.0RC2-dev"
+#define PHP_EXT_HTTP_VERSION "1.0.0RC2"
 
 #ifdef HAVE_CONFIG_H
 #      include "config.h"