[ --with-http-zlib-dir[=DIR] HTTP: where to find zlib], $PHP_HTTP, $PHP_HTTP)
PHP_ARG_WITH([http-libcurl-dir], [],
[ --with-http-libcurl-dir[=DIR] HTTP: where to find libcurl], $PHP_HTTP, $PHP_HTTP)
-PHP_ARG_WITH([http-libserf-dir], [],
-[ --with-http-libserf-dir[=DIR] HTTP: where to find libserf], $PHP_HTTP, $PHP_HTTP)
PHP_ARG_WITH([http-libevent-dir], [],
[ --with-http-libevent-dir[=DIR] HTTP: where to find libevent], $PHP_HTTP_LIBCURL_DIR, "")
PHP_HTTP_HEADERS="
php_http.h \
+ php_http_api.h \
php_http_buffer.h \
php_http_cookie.h \
php_http_encoding.h \
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2011-06-14</date>
+ <date>2012-01-16</date>
<version>
- <release>2.0.0dev2</release>
+ <release>2.0.0dev3</release>
<api>2.0.0</api>
</version>
<stability>
List of changes (TBD):
* Everything lives below the http namespace
-* Supported request libraries: curl, neon
* The message body is implemented as a temp stream instead of a chunk of memory
* The utterly misunderstood HttpResponse class has been reimplemented in the http\env namespace
* There's only http\Exception
* Every instance follows http\Object::$defaultErrorHandling or inherited http\Object->errorHandling, but only for errors generated by the extension itself
+* You have to use the http\Request\Factory to create your requests/pools/datashares
]]></notes>
<contents>
<dir name="/">
<file role="src" name="config.m4"/>
<file role="src" name="config9.m4"/>
+ <file role="src" name="php_http_api.h"/>
<file role="src" name="php_http_buffer.c"/>
<file role="src" name="php_http_buffer.h"/>
<file role="src" name="php_http.c"/>
<file role="src" name="php_http_exception.h"/>
<file role="src" name="php_http_filter.c"/>
<file role="src" name="php_http_filter.h"/>
- <file role="src" name="php_http_fluently_callable.c"/>
- <file role="src" name="php_http_fluently_callable.h"/>
<file role="src" name="php_http.h"/>
<file role="src" name="php_http_header_parser.c"/>
<file role="src" name="php_http_header_parser.h"/>
<file role="src" name="php_http_misc.h"/>
<file role="src" name="php_http_negotiate.c"/>
<file role="src" name="php_http_negotiate.h"/>
- <file role="src" name="php_http_neon.c"/>
- <file role="src" name="php_http_neon.h"/>
<file role="src" name="php_http_object.c"/>
<file role="src" name="php_http_object.h"/>
<file role="src" name="php_http_params.c"/>
<file role="src" name="php_http_request_factory.c"/>
<file role="src" name="php_http_request_factory.h"/>
<file role="src" name="php_http_request.h"/>
- <file role="src" name="php_http_request_info.c"/>
<file role="src" name="php_http_request_method.c"/>
<file role="src" name="php_http_request_method.h"/>
<file role="src" name="php_http_request_pool.c"/>
name="with-http-libcurl-dir"
prompt="where to find libcurl"
default="/usr" />
- <configureoption
- name="with-http-libneon-dir"
- prompt="where to find libneon"
- default="/usr" />
- <configureoption
- name="with-http-libserf-dir"
- prompt="where to find libserf"
- default="/usr" />
<configureoption
name="with-http-libevent-dir"
prompt="where to find libevent"