* version bump
authorMichael Wallner <mike@php.net>
Thu, 10 Feb 2005 18:58:11 +0000 (18:58 +0000)
committerMichael Wallner <mike@php.net>
Thu, 10 Feb 2005 18:58:11 +0000 (18:58 +0000)
package.xml
php_http.h

index 83db6be747cd1422e386b50c5b38a7fc4f66d120..3809bb3789e56b1305cfc571502124e073d5b182 100644 (file)
   </maintainers>
 
   <release>
   </maintainers>
 
   <release>
-    <version>0.3.0</version>
-    <date>2005-02-10</date>
+    <version>0.4.0</version>
+    <date>2005-02-xx</date>
     <state>alpha</state>
     <notes><![CDATA[
     <state>alpha</state>
     <notes><![CDATA[
- * ctype is now mandatory
- * implemented additional third/fourth informational parameter to http_(get|head|post*)
-   which will be filled with an associative array containing request/response information
- * removed http_accept_ranges()
- * output "Redirecting to <a>URI</a>." in http_redirect() for full RFC compliance
- * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified
- * added http_parse_headers()
 ]]>
     </notes>
   </release>
 ]]>
     </notes>
   </release>
index b1ecf95d868789c406da437f1a2989dbfc3f22d4..5f96f524014a70e427a0356e85b7254fe14cc7f7 100644 (file)
@@ -18,7 +18,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.3.0"
+#define PHP_EXT_HTTP_VERSION "0.4.0"
 
 /* make compile on Win32 */
 #include "php_streams.h"
 
 /* make compile on Win32 */
 #include "php_streams.h"