ダウンロードリスト

プロジェクト概要

PHP の HTTP プロトコル クライアントは HTTP 要求を行うための PHP クラスです。ソックスまたはプロキシ サーバー経由で接続を確立および省略可能な SSL クライアント証明書を使ってセキュリティで保護された接続 (HTTPS) を確立できます。HTTP 基本、HTTP ダイジェスト認証、および NTLM (Windows または Samba) 認証メカニズムをサポートしています。ユーザー定義フォームの値、ファイルのアップロード、またはユーザー定義であるリクエストボディの POST 要求を送信します。それクッキーおよび自動リダイレクト処理を行います。Yahoo! にログインすると、アドレス帳をエクスポートまたは yahoo! グループへの招待を送信するように、ユーザーに代わってアクションを実行するアドオン クラスがあります。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-10-09 04:31
2012.10.05

このリリースは、SASL ライブラリを促さないでそれ OAuth 認証を実行できるように SASL 認証を無効にするサポートを追加します。
This release adds support to disable SASL authentication so it can perform OAuth authorization without prompting for SASL libraries.

2011-11-23 20:48
2011.11.23

このリリースの HTTP アクセス エラー、エラーの種類によるとを扱うアプリケーションに数値エラー コードを返すためのサポートを追加します。また、Url の場所の応答ヘッダーで返される不正なリダイレクトの処理を修正します。
This release adds support for returning numeric error codes to let the application treat HTTP access errors according to the type of error. It also fixes the handling of malformed redirection URLs returned by the Location response headers.

2011-08-15 20:51
2011.08.14

このリリースでは、SSLのバーチャルホストのあるサーバで作業することを妨げるSSLサーバへの接続にバグが修正されます。 SOCKS 4プロキシ経由でサーバーに接続するときにもユーザー名の設定を修正します。
This release fixes a bug in the connection to SSL servers that prevented it from working with servers with SSL virtual hosts. It also fixes the setting of the user name when connecting to a server via a SOCKS 4 proxy.

2011-01-27 21:37
2011.01.26

このリリースでは、Cookieを大文字と小文字が区別さクッキーの属性名のための処理のバグが修正されます。また、単一の呼び出しで全体のHTTP応答の本体部分を読むことができる新しい関数を追加します。また、リダイレクトと認証要求を含むすべてのリクエストヘッダーで送信するAcceptヘッダーの値を設定するためのサポートを追加します。今では、スクリプトの出力の代わりにファイルにデバッグ情報をダンプすることも可能です。
This release fixes a bug in handling cookies due to case sensitive cookie attribute names. It also adds a new function that can read whole HTTP reply body parts in a single call. It also adds support to set the Accept header value to be sent in all request headers, including redirected and authenticated requests. Now it is also possible to dump debug information to a file instead of the script output.

2009-09-08 17:22
2009.09.02

クラスは、PHP 5.3以降推奨され、POSIX正規表現関数の使用を避けるために変更されました。また、自動的に修正、スペースを含むURLに不正な形式の。
The class was changed to avoid using POSIX regular expression functions, which are deprecated since PHP 5.3. It also automatically fixes malformed URLs that contain spaces.

プロジェクトリソース