X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=8f5d7aa43e5004359317ecebf32842bd726fef22;hp=636317a123f0454bc398a9f469ce24691f4dc27b;hb=305ac2f007710b684d96b05f33964b4f6a4e3e4d;hpb=8839aafdb371e3e66db8f2b60787aa0bfd21ea6d diff --git a/package.xml b/package.xml index 636317a..8f5d7aa 100644 --- a/package.xml +++ b/package.xml @@ -11,7 +11,14 @@ pecl.php.net Extended HTTP Support errorHandling. +* The request ecosystem has been modularized to support different libraries, though for the moment only libcurl is supported. ]]> Michael Wallner @@ -19,28 +26,21 @@ Extended HTTP support. Again. mike@php.net yes - 2011-06-02 + 2012-04-13 - 2.0.0dev1 + 2.0.0alpha1 2.0.0 - devel - devel + alpha + alpha BSD, revised errorHandling, but only for errors generated by the extension itself ++ Added http\Client\AbstractClient::request(string method, string url[, array headers=null[, mixed body=null[, array options=null]]]) ++ Added constants http\Params::PARSE_RAW, ::PARSE_DEFAULT, ::PARSE_URLENCODED, ::PARSE_DIMENSION, ::PARSE_QUERY ++ Added fourth parameter 'flags' to http\Params' constructor, which defaults to http\Params::PARSE_DEFAULT +* Fixed bug #61444 (query string converts . to _ in param names) ]]> @@ -50,26 +50,49 @@ List of changes (TBD): - + + + + + + + + + + + + + + + + + + + + + + + + + + - - @@ -87,8 +110,6 @@ List of changes (TBD): - - @@ -99,17 +120,6 @@ List of changes (TBD): - - - - - - - - - - - @@ -118,6 +128,57 @@ List of changes (TBD): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -130,7 +191,6 @@ List of changes (TBD): - session hash iconv @@ -149,14 +209,6 @@ List of changes (TBD): name="with-http-libcurl-dir" prompt="where to find libcurl" default="/usr" /> - -