logo       

cvs: pecl /http config.m4 config.w32 package.xml: msg#00132

php.pecl.cvs

Subject: cvs: pecl /http config.m4 config.w32 package.xml

mike Fri Jul 22 12:01:58 2005 EDT

Modified files:
/pecl/http config.m4 config.w32 package.xml
Log:
- update


http://cvs.php.net/diff.php/pecl/http/config.m4?r1=1.17&r2=1.18&ty=u
Index: pecl/http/config.m4
diff -u pecl/http/config.m4:1.17 pecl/http/config.m4:1.18
--- pecl/http/config.m4:1.17 Tue Jun 14 10:21:23 2005
+++ pecl/http/config.m4 Fri Jul 22 12:01:57 2005
@@ -1,5 +1,5 @@
dnl config.m4 for pecl/http
-dnl $Id: config.m4,v 1.17 2005/06/14 14:21:23 mike Exp $
+dnl $Id: config.m4,v 1.18 2005/07/22 16:01:57 mike Exp $

PHP_ARG_ENABLE([http], [whether to enable extended HTTP support],
[ --enable-http Enable extended HTTP support])
@@ -71,7 +71,7 @@
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 \
http://cvs.php.net/diff.php/pecl/http/config.w32?r1=1.15&r2=1.16&ty=u
Index: pecl/http/config.w32
diff -u pecl/http/config.w32:1.15 pecl/http/config.w32:1.16
--- pecl/http/config.w32:1.15 Tue Jun 14 10:21:23 2005
+++ pecl/http/config.w32 Fri Jul 22 12:01:57 2005
@@ -1,12 +1,12 @@
// config.w32 for pecl/http
-// $Id: config.w32,v 1.15 2005/06/14 14:21:23 mike Exp $
+// $Id: config.w32,v 1.16 2005/07/22 16:01:57 mike Exp $

ARG_ENABLE("http", "whether to enable extended HTTP support", "no");
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 "+
http://cvs.php.net/diff.php/pecl/http/package.xml?r1=1.27&r2=1.28&ty=u
Index: pecl/http/package.xml
diff -u pecl/http/package.xml:1.27 pecl/http/package.xml:1.28
--- pecl/http/package.xml:1.27 Wed Jun 15 12:15:45 2005
+++ pecl/http/package.xml Fri Jul 22 12:01:57 2005
@@ -30,12 +30,13 @@
</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>



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise