- update
authorMichael Wallner <mike@php.net>
Fri, 22 Jul 2005 16:01:57 +0000 (16:01 +0000)
committerMichael Wallner <mike@php.net>
Fri, 22 Jul 2005 16:01:57 +0000 (16:01 +0000)
config.m4
config.w32
package.xml

index 0b598369a311f9a8e4a69e6b59b38e8f26f7400c..2f8399cfd387c0bb65d6de838a15d54d7147bdf2 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -71,7 +71,7 @@ dnl ----
 dnl ----
 dnl DONE
 dnl ----
-       PHP_HTTP_SOURCES="missing.c http.c http_functions.c http_methods.c phpstr/phpstr.c \
+       PHP_HTTP_SOURCES="missing.c http.c http_functions.c phpstr/phpstr.c \
                http_util_object.c http_message_object.c http_request_object.c http_request_pool_api.c \
                http_response_object.c http_exception_object.c http_requestpool_object.c \
                http_api.c http_auth_api.c http_cache_api.c http_request_api.c http_date_api.c \
index a8087765ff4ff9e737e819911ba0e8af4c062bed..142983669f3089ac8f1385b1d4be34f1aa2c5f41 100644 (file)
@@ -6,7 +6,7 @@ ARG_WITH("http-curl-zend-mm", "whether ext/http's curl should use zend mm");
 
 if (PHP_HTTP != "no") {
        EXTENSION("http",
-               "missing.c http.c http_functions.c http_methods.c http_exception_object.c "+
+               "missing.c http.c http_functions.c http_exception_object.c "+
                "http_util_object.c http_message_object.c http_requestpool_object.c "+
                "http_request_object.c http_response_object.c "+
                "http_api.c http_auth_api.c http_cache_api.c http_request_pool_api.c "+
index 8d7c3c46d47e7d80b17353e488343733640d7aa4..c9855a60120fbf68be07f936567e9e5021ffc498 100644 (file)
   </maintainers>
 
   <release>
-    <version>0.9.0</version>
-    <date>2005-06-15</date>
+    <version>0.10.0dev</version>
+    <date>2005-07-00</date>
     <state>beta</state>
     <notes><![CDATA[
-* added HttpRequestPool class (PHP5)
-* added missing files to package.xml
+* changed HttpResponse to a completely static class, please see docs/functions.html for reference
+* added http_get_request_body()
+* several bug fixes
 ]]>
     </notes>
   </release>
@@ -77,7 +78,6 @@
       
       <file role="src">http.c</file>
       <file role="src">http_functions.c</file>
-      <file role="src">http_methods.c</file>
       <file role="src">http_api.c</file>
       <file role="src">http_auth_api.c</file>
       <file role="src">http_cache_api.c</file>