removed awkward custom error handling and http\Object base class
authorMichael Wallner <mike@php.net>
Wed, 20 Nov 2013 13:18:11 +0000 (13:18 +0000)
committerMichael Wallner <mike@php.net>
Wed, 20 Nov 2013 13:18:11 +0000 (13:18 +0000)
commit8b8cdb96032f50d57dbdad74ae45336d01a7f0c5
tree762f0c1dd10821b6bfec31bdf3d99055719cd541
parent18750f34ec9a9b16ffd07f54346136ca0f72e9a8
removed awkward custom error handling and http\Object base class
50 files changed:
Exceptions.txt [new file with mode: 0644]
KnownIssues.txt
TODO
config9.m4
package.xml
php_http.c
php_http_api.h
php_http_client.c
php_http_client_curl.c
php_http_client_request.c
php_http_client_response.c
php_http_cookie.c
php_http_encoding.c
php_http_env.c
php_http_env_request.c
php_http_env_response.c
php_http_etag.c
php_http_exception.c
php_http_exception.h
php_http_header.c [new file with mode: 0644]
php_http_header.h [new file with mode: 0644]
php_http_header_parser.c
php_http_headers.c [deleted file]
php_http_headers.h [deleted file]
php_http_info.c
php_http_message.c
php_http_message.h
php_http_message_body.c
php_http_message_body.h
php_http_message_parser.c
php_http_misc.c
php_http_misc.h
php_http_negotiate.c
php_http_object.c
php_http_object.h
php_http_options.c
php_http_params.c
php_http_querystring.c
php_http_strlist.c
php_http_url.c
php_http_version.c
phpunit/MessageBodyTest.php
tests/envresponsebody002.phpt
tests/header007.phpt
tests/info_001.phpt
tests/message002.phpt
tests/message006.phpt
tests/message015.phpt
tests/params002.phpt
tests/version001.phpt