From cc0894b7886a90206a8a30a7662148962c9898a7 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 24 Mar 2004 18:43:23 +0000 Subject: [PATCH] more visa to sibira ;) --- ext/dbx/package.xml | 89 +++++++++++++++++++++++++++++++++++++++ ext/filepro/package.xml | 40 ++++++++++++++++++ ext/session/package.xml | 82 ++++++++++++++++++++++++++++++++++++ ext/sockets/package.xml | 67 +++++++++++++++++++++++++++++ ext/tokenizer/package.xml | 46 ++++++++++++++++++++ ext/wddx/package.xml | 43 +++++++++++++++++++ ext/yaz/package.xml | 48 +++++++++++++++++++++ 7 files changed, 415 insertions(+) create mode 100644 ext/dbx/package.xml create mode 100644 ext/filepro/package.xml create mode 100644 ext/session/package.xml create mode 100644 ext/sockets/package.xml create mode 100644 ext/tokenizer/package.xml create mode 100644 ext/wddx/package.xml create mode 100644 ext/yaz/package.xml diff --git a/ext/dbx/package.xml b/ext/dbx/package.xml new file mode 100644 index 0000000000..6bed9181a1 --- /dev/null +++ b/ext/dbx/package.xml @@ -0,0 +1,89 @@ + + + + dbx + Database abstraction functions + + + mboeren + Marc Boeren + marc@guidance.nl + lead + + + hirokawa + Rui Hirokawa + hirokawa@php.net + lead + + + ??? + Frank M. Kromann + frank@kromann.info + lead + + + +The dbx module is a database abstraction layer (db 'X', where 'X' +is a supported database). The dbx functions allow you to access all +supported databases using a single calling convention. The +dbx-functions themselves do not interface directly to the databases, +but interface to the modules that are used to support these databases. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/filepro/package.xml b/ext/filepro/package.xml new file mode 100644 index 0000000000..b1d342fc94 --- /dev/null +++ b/ext/filepro/package.xml @@ -0,0 +1,40 @@ + + + + filepro + filePor database access functions/summary> + + + ??? + Chad Robinson + chadr@brttech.com + lead + + + +These functions allow read-only access to data stored in filePro databases. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + diff --git a/ext/session/package.xml b/ext/session/package.xml new file mode 100644 index 0000000000..e176dc3d82 --- /dev/null +++ b/ext/session/package.xml @@ -0,0 +1,82 @@ + + + + session + Session handling functions + + + sascha + Sascha Schumann + sas@php.net + lead + + + andrei + Andrei Zmievski + andrei@php.net + lead + + + +Session support in PHP consists of a way to preserve certain data +across subsequent accesses. This enables you to build more customized +applications and increase the appeal of your web site. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/sockets/package.xml b/ext/sockets/package.xml new file mode 100644 index 0000000000..bd1ba3f99f --- /dev/null +++ b/ext/sockets/package.xml @@ -0,0 +1,67 @@ + + + + sockets + Socket functions + + + ??? + Chris Vandomelen + chrisv@b0rked.dhs.org + lead + + + sterling + Sterling Hughes + sterling@php.net + lead + + + jason + Jason Greene + jason@php.net + lead + + + ??? + Daniel Beulshausen + daniel@php4win.de + lead + + + +The socket extension implements a low-level interface to the socket +communication functions based on the popular BSD sockets, providing +the possibility to act as a socket server as well as a client. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/tokenizer/package.xml b/ext/tokenizer/package.xml new file mode 100644 index 0000000000..16757db7df --- /dev/null +++ b/ext/tokenizer/package.xml @@ -0,0 +1,46 @@ + + + + tokenizer + PHP Source code tokenizer + + + andrei + Andrei Zmievski + andrei@php.net + lead + + + +The tokenizer functions provide an interface to the PHP tokenizer +embedded in the Zend Engine. Using these functions you may write +your own PHP source analyzing or modification tools without having +to deal with the language specification at the lexical level. + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + diff --git a/ext/wddx/package.xml b/ext/wddx/package.xml new file mode 100644 index 0000000000..4351d356bb --- /dev/null +++ b/ext/wddx/package.xml @@ -0,0 +1,43 @@ + + + + wddx + WDDX serialization functions + + + andrei + Andrei Zmievski + andrei@php.net + lead + + + +These functions are intended for work with WDDX (http://www.openwddx.org/) + + PHP + + beta + 5.0.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + diff --git a/ext/yaz/package.xml b/ext/yaz/package.xml new file mode 100644 index 0000000000..e7de1edde6 --- /dev/null +++ b/ext/yaz/package.xml @@ -0,0 +1,48 @@ + + + + yaz + a Z39.50 client for PHP + + + dickmeiss + Adam Dickmeiss + adam@indexdata.dk + lead + + + +This extension implements a Z39.50 client for PHP using the YAZ toolkit. + +Find more information at: + http://www.indexdata.dk/phpyaz/ + http://www.indexdata.dk/yaz/ + + PHP + + beta + 5.0rc1 + 2004-03-19 + +package.xml added to support intallation using pear installer + + + + + + + + + + + + + + + + + + + -- 2.50.1