X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=8f5d7aa43e5004359317ecebf32842bd726fef22;hp=32fe526488276135cf741a2fe0fa9f30533ab2a5;hb=305ac2f007710b684d96b05f33964b4f6a4e3e4d;hpb=4d708279b6956fc95b253ddc88671fb2f0e5aa39 diff --git a/package.xml b/package.xml index 32fe526..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,28 +50,49 @@ List of changes (TBD): - + + + + + + + + + + + + + + + + + + + + + + - - + + + + - - @@ -89,8 +110,6 @@ List of changes (TBD): - - @@ -101,17 +120,6 @@ List of changes (TBD): - - - - - - - - - - - @@ -120,6 +128,57 @@ List of changes (TBD): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -132,7 +191,6 @@ List of changes (TBD): - session hash iconv @@ -151,14 +209,6 @@ List of changes (TBD): name="with-http-libcurl-dir" prompt="where to find libcurl" default="/usr" /> - -