- add missing support for raw post data (HttpRequest)
authorMichael Wallner <mike@php.net>
Mon, 12 Sep 2005 11:55:48 +0000 (11:55 +0000)
committerMichael Wallner <mike@php.net>
Mon, 12 Sep 2005 11:55:48 +0000 (11:55 +0000)
commitb562e34cf4f8c8fae7b8fe773e0eed71592b09c2
tree4026a29fc0e82bff565c5ef3b490469987119672
parentb1d7d87f91b5cdcf321cb103e1a315f639885d61
- add missing support for raw post data (HttpRequest)
- use Z_STRLEN in update property
- add a tiny tutorial with examples
16 files changed:
KnownIssues.txt
docs/examples/Bandwidth_Throttling.php [new file with mode: 0644]
docs/examples/Cached_Responses.php [new file with mode: 0644]
docs/examples/GET_Queries.php [new file with mode: 0644]
docs/examples/KISS_XMLRPC_Client.php [new file with mode: 0644]
docs/examples/Multipart_Posts.php [new file with mode: 0644]
docs/examples/Parallel_Requests.php [new file with mode: 0644]
docs/examples/Parallel_Requests_.php [new file with mode: 0644]
docs/examples/Simple_Feed_Aggregator.php [new file with mode: 0644]
docs/examples/extract.php [new file with mode: 0644]
docs/examples/tutorial.txt [new file with mode: 0644]
http_request_object.c
http_response_object.c
php_http.h
php_http_request_object.h
php_http_std_defs.h