From 28676404f30a0814a8e027d63b3cec4959475c46 Mon Sep 17 00:00:00 2001
From: Michael Wallner
Date: Thu, 13 Apr 2006 15:28:43 +0000
Subject: [PATCH] - release 1.0.0RC3
---
docs/functions.html | 7 ++++++-
http_functions.c | 13 +++++++------
package.xml | 15 +++++++++------
php_http.h | 2 +-
tests/HttpMessage_003.phpt | 4 +++-
tests/HttpRequest_006.phpt | 6 ++++++
6 files changed, 32 insertions(+), 15 deletions(-)
diff --git a/docs/functions.html b/docs/functions.html
index 164af4c..e0d1e1c 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -402,6 +402,9 @@ See http_get() for a full list of available options.
Accepts an optional third string parameter containing the raw request body.
See http_get() for a full list of available options.
Returns the HTTP response(s) as string on success, or FALSE on failure.
+string http_request_body_encode(array fields, array files)
+Generate x-www-form-urlencoded resp. form-data encoded request body.
+Returns encoded string on success, or FALSE on failure.
int http_request_method_register(string method)
Register a custom request method.
Expects a string parameter containing the request method name to register.
@@ -1209,6 +1212,8 @@ http.cache_log is set.
http_request
+http_request_body_encode
+
http_request_method_register
http_request_method_unregister
@@ -1410,7 +1415,7 @@ http.cache_log is set.
- Generated at: Thu, 06 Apr 2006 15:55:09 +0200
+ Generated at: Thu, 13 Apr 2006 17:25:58 +0200