From 0f630c2603d758b77b4eb939f5c954d5149b369f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Mar 2005 17:03:40 +0000 Subject: [PATCH] * update --- docs/functions.html | 30 +++++++++++++++++++++++------- package.xml | 22 +++++++++++++--------- 2 files changed, 36 insertions(+), 16 deletions(-) diff --git a/docs/functions.html b/docs/functions.html index dc97a61..641db09 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -219,7 +219,7 @@ See http_get() for a full list of available options.



-

string http_build_query(mixed formdata [, string prefix])

+

string http_build_query(mixed formdata [, string prefix[, string arg_separator]])

Generates a form-encoded query string from an associative array or object.


http_methods.c

@@ -299,10 +299,24 @@ and POST (including posting files) HTTP requests.

Get current set options.

void HttpRequest::unsetOptions()

Unset all options/headers/cookies.

-

bool HttpRequest::addHeader(array header)

-

Add (a) request header name/value pair(s).

-

bool HttpRequest::addCookie(array cookie)

-

Add (a) cookie(s).

+

bool HttpRequest::setSslOptions(array options)

+

Set additional SSL options.

+

array HttpRequest::getSslOtpions()

+

Get previously set SSL options.

+

void HttpRequest::unsetSslOptions()

+

Unset previously set SSL options.

+

bool HttpRequest::addHeaders(array headers)

+

Add request header name/value pairs.

+

array HttpRequest::getHeaders()

+

Get previously set request headers.

+

void HttpRequest::unsetHeaders()

+

Unset previously set request headers.

+

bool HttpRequest::addCookies(array cookies)

+

Add cookies.

+

array HttpRequest::getCookies()

+

Get previously set cookies.

+

void HttpRequest::unsetCookies()

+

bool HttpRequest::setURL(string url)

Set the request URL.

string HttpRequest::getUrl()

@@ -351,8 +365,10 @@ Affects only POST requests.

Affects only POST requests.

array HttpRequest::getResponseData()

Get all response data after the request has been sent.

-

string HttpRequest::getResponseHeader([string name])

+

mixed HttpRequest::getResponseHeader([string name])

Get response header(s) after the request has been sent.

+

array HttpRequest::getResponseCookie([string name])

+

Get response cookie(s) after the request has been sent.

string HttpRequest::getResponseBody()

Get the response body after the request has been sent.

int HttpRequest::getResponseCode()

@@ -373,7 +389,7 @@ GET example:




-

Generated at: Tue, 22 Mar 2005 15:41:10 +0100

+

Generated at: Thu, 24 Mar 2005 18:02:15 +0100

diff --git a/package.xml b/package.xml index eea805e..64c0ef6 100644 --- a/package.xml +++ b/package.xml @@ -30,16 +30,17 @@ - 0.6.1 - 2005-03-07 - alpha + 0.7.0 + 2005-03-24 + beta @@ -53,6 +54,9 @@ config.w32 config.m4 + phpstr/phpstr.h + phpstr/phpstr.c + php_http.h php_http_api.h php_http_curl_api.h -- 2.30.2