hholzgra                Tue Mar 23 14:46:06 2004 EDT

  Added files:                 
    /php-src/ext/bcmath package.xml 
    /php-src/ext/calendar       package.xml 
    /php-src/ext/com_dotnet     package.xml 
    /php-src/ext/cpdf   package.xml 
    /php-src/ext/ctype  package.xml 
    /php-src/ext/curl   package.xml 
    /php-src/ext/dbase  package.xml 
    /php-src/ext/dio    package.xml 
    /php-src/ext/exif   package.xml 
    /php-src/ext/fam    package.xml 
    /php-src/ext/fdf    package.xml 
    /php-src/ext/ftp    package.xml 
    /php-src/ext/mime_magic     package.xml 
    /php-src/ext/mysql  package.xml 
    /php-src/ext/mysqli package.xml 
    /php-src/ext/ncurses        package.xml 
    /php-src/ext/oci8   package.xml 
    /php-src/ext/oracle package.xml 
    /php-src/ext/pcntl  package.xml 
    /php-src/ext/pdf    package.xml 
    /php-src/ext/posix  package.xml 
    /php-src/ext/sysvmsg        package.xml 
    /php-src/ext/sysvsem        package.xml 
    /php-src/ext/sysvshm        package.xml 
    /php-src/ext/w32api package.xml 
    /php-src/ext/xml    package.xml 
    /php-src/ext/yp     package.xml 
    /php-src/ext/zlib   package.xml 

  Modified files:              
    /php-src/ext/bz2    package.xml 
  Log:
  "The Visa to Sibiria" (work in progress)
  
  Adding a package.xml to a bundled extension does not only
  ease the transition to PECL whereever suitable but also 
  allows to build and install an extension as "shared" using
  the PEAR installer without having to deal with phpize and
  friends by hand
  
  
http://cvs.php.net/diff.php/php-src/ext/bz2/package.xml?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/bz2/package.xml
diff -u php-src/ext/bz2/package.xml:1.1 php-src/ext/bz2/package.xml:1.2
--- php-src/ext/bz2/package.xml:1.1     Sat May 17 10:29:31 2003
+++ php-src/ext/bz2/package.xml Tue Mar 23 14:46:04 2004
@@ -23,6 +23,9 @@
                        Initial Release in PECL
                </notes>
     </release>
+    <configureoptions>
+      <configureoption name="with-bz2" default="autodetect" prompt="path to bz2 
installation?"/>
+    </configureoptions>
     <filelist>
         <dir role="src" name="/">
             <file role="doc">CREDITS</file>

http://cvs.php.net/co.php/php-src/ext/bcmath/package.xml?r=1.1&p=1
Index: php-src/ext/bcmath/package.xml
+++ php-src/ext/bcmath/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>bcmath</name>
 <summary>Arbitrary Precision Mathematics Functions</summary>
 <maintainers>
  <maintainer>
   <user>andi</user>
   <name>Andi Gutmans</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
For arbitrary precision mathematics PHP offers the Binary Calculator 
which supports numbers of any size and precision, represented as strings.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="bcmath.c"/>
   <file role="src" name="php_bcmath.h"/>
   <file role="src" name="number.c"/>
   <file role="src" name="number.h"/>
   <file role="doc" name="libbcmath/AUTHORS"/>
   <file role="doc" name="libbcmath/COPYING.LIB"/>
   <file role="doc" name="libbcmath/ChangeLog"/>
   <file role="doc" name="libbcmath/FAQ"/>
   <file role="doc" name="libbcmath/INSTALL"/>
   <file role="doc" name="libbcmath/NEWS"/>
   <file role="doc" name="libbcmath/README"/>
   <file role="src" name="libbcmath/src/Makefile.am"/>
   <file role="src" name="libbcmath/src/add.c"/>
   <file role="src" name="libbcmath/src/bcmath.h"/>
   <file role="src" name="libbcmath/src/compare.c"/>
   <file role="src" name="libbcmath/src/config.h"/>
   <file role="src" name="libbcmath/src/debug.c"/>
   <file role="src" name="libbcmath/src/div.c"/>
   <file role="src" name="libbcmath/src/divmod.c"/>
   <file role="src" name="libbcmath/src/doaddsub.c"/>
   <file role="src" name="libbcmath/src/init.c"/>
   <file role="src" name="libbcmath/src/int2num.c"/>
   <file role="src" name="libbcmath/src/nearzero.c"/>
   <file role="src" name="libbcmath/src/neg.c"/>
   <file role="src" name="libbcmath/src/num2long.c"/>
   <file role="src" name="libbcmath/src/num2str.c"/>
   <file role="src" name="libbcmath/src/outofmem.c"/>
   <file role="src" name="libbcmath/src/output.c"/>
   <file role="src" name="libbcmath/src/private.h"/>
   <file role="src" name="libbcmath/src/raise.c"/>
   <file role="src" name="libbcmath/src/raisemod.c"/>
   <file role="src" name="libbcmath/src/recmul.c"/>
   <file role="src" name="libbcmath/src/rmzero.c"/>
   <file role="src" name="libbcmath/src/rt.c"/>
   <file role="src" name="libbcmath/src/sqrt.c"/>
   <file role="src" name="libbcmath/src/str2num.c"/>
   <file role="src" name="libbcmath/src/sub.c"/>
   <file role="src" name="libbcmath/src/zero.c"/>
   <file role="src" name="libbcmath/Makefile.am"/>
   <file role="src" name="libbcmath/acconfig.h"/>
   <file role="src" name="libbcmath/aclocal.m4"/>
   <file role="src" name="libbcmath/config.h.in"/>
   <file role="src" name="libbcmath/configure"/>
   <file role="src" name="libbcmath/configure.in"/>
   <file role="src" name="libbcmath/install-sh"/>
   <file role="src" name="libbcmath/missing"/>
   <file role="src" name="libbcmath/mkinstalldirs"/>
   <file role="test" name="tests/bcadd.phpt"/>
   <file role="test" name="tests/bccomp.phpt"/>
   <file role="test" name="tests/bcdiv.phpt"/>
   <file role="test" name="tests/bcmod.phpt"/>
   <file role="test" name="tests/bcmul.phpt"/>
   <file role="test" name="tests/bcpow.phpt"/>
   <file role="test" name="tests/bcscale.phpt"/>
   <file role="test" name="tests/bcsqrt.phpt"/>
   <file role="test" name="tests/bcsub.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/calendar/package.xml?r=1.1&p=1
Index: php-src/ext/calendar/package.xml
+++ php-src/ext/calendar/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>calendar</name>
 <summary>Date conversion between different calendar formats</summary>
 <maintainers>
  <maintainer>
   <user>hholzgra</user>
   <name>Hartmut Holzgraefe</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>shane</user>
   <name>Shane Caraveo</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
  <maintainer>
   <user>colin</user>
   <name>Colin Viebrock</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
  <maintainer>
   <user>wez</user>
   <name>Wez Furlong</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
 </maintainers>
 <description>
The calendar extension presents a series of functions to simplify
converting between different calendar formats. The intermediary or
standard it is based on is the Julian Day Count. The Julian Day Count
is a count of days starting from January 1st, 4713 B.C. To convert
between calendar systems, you must first convert to Julian Day Count,
then to the calendar system of your choice. Julian Day Count is very
different from the Julian Calendar! 
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="cal_unix.c"/>
   <file role="src" name="calendar.c"/>
   <file role="src" name="dow.c"/>
   <file role="src" name="easter.c"/>
   <file role="src" name="french.c"/>
   <file role="src" name="gregor.c"/>
   <file role="src" name="jewish.c"/>
   <file role="src" name="julian.c"/>
   <file role="src" name="package.xml"/>
   <file role="src" name="php_calendar.h"/>
   <file role="src" name="sdncal.h"/>
   <file role="test" name="tests/jdtojewish.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/com_dotnet/package.xml?r=1.1&p=1
Index: php-src/ext/com_dotnet/package.xml
+++ php-src/ext/com_dotnet/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>com_dotnet</name>
 <summary>Com and .NET support functions for Windows</summary>
 <maintainers>
  <maintainer>
   <user>wez</user>
   <name>Wez Furlong</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
..
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="README"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="com_com.c"/>
   <file role="src" name="com_dotnet.c"/>
   <file role="src" name="com_extension.c"/>
   <file role="src" name="com_handlers.c"/>
   <file role="src" name="com_misc.c"/>
   <file role="src" name="com_olechar.c"/>
   <file role="src" name="com_typeinfo.c"/>
   <file role="src" name="com_variant.c"/>
   <file role="src" name="com_iterator.c"/>
   <file role="src" name="com_saproxy.c"/>
   <file role="src" name="com_wrapper.c"/>
   <file role="src" name="php_com_dotnet.h"/>
   <file role="src" name="php_com_dotnet_internal.h"/>
   <file role="test" name="tests/variants.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="windows"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/cpdf/package.xml?r=1.1&p=1
Index: php-src/ext/cpdf/package.xml
+++ php-src/ext/cpdf/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>cpdf</name>
 <summary>Clib PDF functions</summary>
 <maintainers>
  <maintainer>
   <user>steinm</user>
   <name>Uwe Steinmann</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
ClibPDF lets you create PDF documents with PHP. 
ClibPDF functionality and API are similar to PDFlib.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-cpdf" default="autodetect" prompt="path to cpdf 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="cpdf.dsp"/>
   <file role="src" name="cpdf.c"/>
   <file role="src" name="php_cpdf.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/ctype/package.xml?r=1.1&p=1
Index: php-src/ext/ctype/package.xml
+++ php-src/ext/ctype/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>ctype</name>
 <summary>Character type detection</summary>
 <maintainers>
  <maintainer>
   <user>hholzgra</user>
   <name>Hartmut Holzgraefe</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
The functions provided by this extension check whether a 
character or string falls into a certain character class 
according to the current locale.
        </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="README"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="ctype.dsp"/>
   <file role="src" name="ctype.c"/>
   <file role="src" name="php_ctype.h"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/bug25745.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/curl/package.xml?r=1.1&p=1
Index: php-src/ext/curl/package.xml
+++ php-src/ext/curl/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>curl</name>
 <summary>Clib PDF functions</summary>
 <maintainers>
  <maintainer>
   <user>sterling</user>
   <name>Sterling Hughes</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
PHP supports libcurl, a library created by Daniel Stenberg, 
that allows you to connect and communicate to many different 
types of servers with many different types of protocols. 
libcurl currently supports the http, https, ftp, gopher, 
telnet, dict, file, and ldap protocols. libcurl also supports 
HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this 
can also be done with PHP's ftp extension), HTTP form based 
upload, proxies, cookies, and user+password authentication.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-curl" default="autodetect" prompt="path to curl 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="curl.dsp"/>
   <file role="src" name="interface.c"/>
   <file role="src" name="multi.c"/>
   <file role="src" name="streams.c"/>
   <file role="src" name="php_curl.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/dbase/package.xml?r=1.1&p=1
Index: php-src/ext/dbase/package.xml
+++ php-src/ext/dbase/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>dbase</name>
 <summary>dBase database file access functions</summary>
 <maintainers>
  <maintainer>
   <user>jimw</user>
   <name>Jim Winstead</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
These functions allow you to access records stored 
in dBase-format (dbf) databases.

There is no support for indexes or memo fields. 
There is no support for locking, too. 
Two concurrent webserver processes modifying the 
same dBase file will very likely ruin your database.

dBase files are simple sequential files of fixed length records. 
Records are appended to the end of the file and delete records 
are kept until you call dbase_pack().  
</description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="dbase.c"/>
   <file role="src" name="dbf.h"/>
   <file role="src" name="dbf_head.c"/>
   <file role="src" name="dbf_head.h"/>
   <file role="src" name="dbf_misc.c"/>
   <file role="src" name="dbf_misc.h"/>
   <file role="src" name="dbf_ndx.c"/>
   <file role="src" name="dbf_ndx.h"/>
   <file role="src" name="dbf_rec.c"/>
   <file role="src" name="dbf_rec.h"/>
   <file role="src" name="php_dbase.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/dio/package.xml?r=1.1&p=1
Index: php-src/ext/dio/package.xml
+++ php-src/ext/dio/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>dio</name>
 <summary>Direct I/O functions</summary>
 <maintainers>
  <maintainer>
   <user>sterling</user>
   <name>Sterling Hughes</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
PHP supports the direct io functions as described in the 
Posix Standard (Section 6) for performing I/O functions at 
a lower level than the C-Language stream I/O functions 
(fopen(), fread(),..). The use of the DIO functions should 
be considered only when direct control of a device is needed. 
In all other cases, the standard filesystem functions are 
more than adequate.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="dio.c"/>
   <file role="src" name="php_dio.h"/>
   <file role="test" name="tests/001.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix" /> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/exif/package.xml?r=1.1&p=1
Index: php-src/ext/exif/package.xml
+++ php-src/ext/exif/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>exif</name>
 <summary>Read header information from JPEG and DIFF headers</summary>
 <maintainers>
  <maintainer>
   <user>rasmus</user>
   <name>Rasmus Lerdorf</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>helly</user>
   <name>Markus Boerger</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
The EXIF functions provide access to information stored in headers 
of JPEG and TIFF images. This way you can read meta data generated 
by digital cameras and certain image processing applications.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="example.php"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="exif.dsp"/>
   <file role="src" name="exif.c"/>
   <file role="src" name="php_exif.h"/>
   <file role="test" name="tests/exif000.phpt"/>
   <file role="test" name="tests/exif001.phpt"/>
   <file role="test" name="tests/test1.jpg"/>
   <file role="test" name="tests/exif002.phpt"/>
   <file role="test" name="tests/test2.jpg"/>
   <file role="test" name="tests/exif003.phpt"/>
   <file role="test" name="tests/test3.jpg"/>
   <file role="test" name="tests/exif004.phpt"/>
   <file role="test" name="tests/test4.jpg"/>
   <file role="test" name="tests/exif005.phpt"/>
   <file role="test" name="tests/test5.jpg"/>
   <file role="test" name="tests/exif006.phpt"/>
   <file role="test" name="tests/test6.jpg"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/fam/package.xml?r=1.1&p=1
Index: php-src/ext/fam/package.xml
+++ php-src/ext/fam/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>fam</name>
 <summary>File Alteration Monitor Functions</summary>
 <maintainers>
  <maintainer>
   <user>sas</user>
   <name>Sascha Schumann</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
FAM monitors files and directories, notifying interested 
applications of changes.
A PHP script may specify a list of files for FAM to monitor 
using the functions provided by this extension.
The FAM process is started when the first connection from 
any application to it is opened. It exits after all 
connections to it have been closed. 
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="fam.c"/>
   <file role="src" name="php_fam.h"/>
  </filelist>
  <configureoptions>
    <configureoption name="with-fam" default="autodetect" prompt="path to fam 
installation?"/>
  </configureoptions>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/fdf/package.xml?r=1.1&p=1
Index: php-src/ext/fdf/package.xml
+++ php-src/ext/fdf/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>fdf</name>
 <summary>PDF Form Data Format functions</summary>
 <maintainers>
  <maintainer>
   <user>steinm</user>
   <name>Uwe Steinmann</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>hholzgra</user>
   <name>Hartmut Holzgraefe</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
Forms Data Format (FDF) is a format for handling forms 
within PDF documents. You should read the documentation 
at http://partners.adobe.com/asn/acrobat/forms.jsp for
more information on what FDF is and how it is used in 
general. 
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-fdf" default="autodetect" prompt="path to fdf 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="fdf.dsp"/>
   <file role="src" name="fdf.c"/>
   <file role="src" name="php_fdf.h"/>
   <flie role="test" name="tests/01-general.phpt"/>
   <flie role="test" name="tests/02-values.phpt"/>
   <flie role="test" name="tests/03-read-file.phpt"/>
   <flie role="test" name="tests/04-POST.phpt"/>
   <flie role="test" name="tests/simple.fdf"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/ftp/package.xml?r=1.1&p=1
Index: php-src/ext/ftp/package.xml
+++ php-src/ext/ftp/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>ftp</name>
 <summary>File Transfer Protocol functions</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Andrew Skalski</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>sesser</user>
   <name>Stefan Esser</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
The functions in this extension implement client access to file 
servers speaking the File Transfer Protocol (FTP) as defined in 
http://www.faqs.org/rfcs/rfc959. This extension is meant for 
detailed access to an FTP server providing a wide range of 
control to the executing script. If you only wish to read from 
or write to a file on an FTP server, consider using the ftp:// 
wrapper  with the filesystem functions  which provide a simpler 
and more intuitive interface.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="README"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="ctype.dsp"/>
   <file role="src" name="ftp.c"/>
   <file role="src" name="ftp.h"/>
   <file role="src" name="php_ftp.c"/>
   <file role="src" name="php_ftp.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/mime_magic/package.xml?r=1.1&p=1
Index: php-src/ext/mime_magic/package.xml
+++ php-src/ext/mime_magic/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>mime_magic</name>
 <summary>MIME type detection using magic numbers</summary>
 <maintainers>
  <maintainer>
   <user>hholzgra</user>
   <name>Hartmut Holzgraefe</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
mime_magic tries to detect a files MIME type by testing certain
byte positions against known magic numbers collected in a data
file. It uses the same file format as the UNIX file program and
apache mod_magic. The actual code is based on detection code from
apache mod_magic which is itself an adaption of the original 'file'
code.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>1.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-mime-magic" default="autodetect" prompt="magic.mime 
data file?"/>
  </configureoptions>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="mime_magic.c"/>
   <file role="src" name="php_mime_magic.h"/>
   <file role="src" name="phpmimemagic.h"/>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="EXPERIMENTAL"/>
   <file role="doc" name="TODO"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/mysql/package.xml?r=1.1&p=1
Index: php-src/ext/mysql/package.xml
+++ php-src/ext/mysql/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>mysqli</name>
 <summary>MySQL database access functions</summary>
 <maintainers>
  <maintainer>
   <user>georg</user>
   <name>Georg Richter</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>zak</user>
   <name>Zak Greant</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>zeev</user>
   <name>Zeev Suraski</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
These functions allow you to access MySQL database servers.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-mysql" default="autodetect" prompt="mysql installation 
dir?"/>
    <configureoption name="with-mysql-sock" default="autodetect" prompt="MySQL Unix 
socket?"/>
    <configureoption name="with-zlib-dir" default="autodetect" prompt="zlib 
installation dir?"/>
  </configureoptions>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="mysql.dsp"/>
   <file role="src" name="mysql.mak"/>
   <file role="src" name="php_mysql.c"/>
   <file role="src" name="php_mysql.h"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/003.phpt"/>
   <file role="test" name="tests/connect.inc"/>
   <file role="test" name="tests/skipif.inc"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/mysqli/package.xml?r=1.1&p=1
Index: php-src/ext/mysqli/package.xml
+++ php-src/ext/mysqli/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>mysqli</name>
 <summary>MySQLi - new MySQL interface for PHP 5 and MySQL 4.1+</summary>
 <maintainers>
  <maintainer>
   <user>georg</user>
   <name>Georg Richter</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>zak</user>
   <name>Zak Greant</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
MySQLi is a rewrite of the original MySQL extension ...
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-mysqli" default="autodetect" prompt="path to 
mysql_config tool?"/>
    <configureoption name="enable-embedded-mysqli" default="no" prompt="embedd mysql 
server into PHP?"/> 
  </configureoptions>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="mysqli.dsp"/>
   <file role="src" name="mysqli.c"/>
   <file role="src" name="mysqli_api.c"/>
   <file role="src" name="mysqli_fe.c"/>
   <file role="src" name="mysqli_nonapi.c"/>
   <file role="src" name="mysqli_prop.c"/>
   <file role="src" name="mysqli_repl.c"/>
   <file role="src" name="mysqli_report.c"/>
   <file role="src" name="mysqli_report.h"/>
   <file role="src" name="php_mysqli.h"/>
   <file role="doc" name="CREDITS"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/003.phpt"/>
   <file role="test" name="tests/004.phpt"/>
   <file role="test" name="tests/005.phpt"/>
   <file role="test" name="tests/006.phpt"/>
   <file role="test" name="tests/007.phpt"/>
   <file role="test" name="tests/008.phpt"/>
   <file role="test" name="tests/009.phpt"/>
   <file role="test" name="tests/010.phpt"/>
   <file role="test" name="tests/011.phpt"/>
   <file role="test" name="tests/012.phpt"/>
   <file role="test" name="tests/013.phpt"/>
   <file role="test" name="tests/014.phpt"/>
   <file role="test" name="tests/015.phpt"/>
   <file role="test" name="tests/016.phpt"/>
   <file role="test" name="tests/017.phpt"/>
   <file role="test" name="tests/018.phpt"/>
   <file role="test" name="tests/019.phpt"/>
   <file role="test" name="tests/020.phpt"/>
   <file role="test" name="tests/021.phpt"/>
   <file role="test" name="tests/022.phpt"/>
   <file role="test" name="tests/023.phpt"/>
   <file role="test" name="tests/024.phpt"/>
   <file role="test" name="tests/025.phpt"/>
   <file role="test" name="tests/026.phpt"/>
   <file role="test" name="tests/027.phpt"/>
   <file role="test" name="tests/028.phpt"/>
   <file role="test" name="tests/029.phpt"/>
   <file role="test" name="tests/030.phpt"/>
   <file role="test" name="tests/031.phpt"/>
   <file role="test" name="tests/032.phpt"/>
   <file role="test" name="tests/033.phpt"/>
   <file role="test" name="tests/034.phpt"/>
   <file role="test" name="tests/035.phpt"/>
   <file role="test" name="tests/036.phpt"/>
   <file role="test" name="tests/037.phpt"/>
   <file role="test" name="tests/038.phpt"/>
   <file role="test" name="tests/039.phpt"/>
   <file role="test" name="tests/040.phpt"/>
   <file role="test" name="tests/041.phpt"/>
   <file role="test" name="tests/042.phpt"/>
   <file role="test" name="tests/043.phpt"/>
   <file role="test" name="tests/044.phpt"/>
   <file role="test" name="tests/045.phpt"/>
   <file role="test" name="tests/046.phpt"/>
   <file role="test" name="tests/047.phpt"/>
   <file role="test" name="tests/048.phpt"/>
   <file role="test" name="tests/049.phpt"/>
   <file role="test" name="tests/050.phpt"/>
   <file role="test" name="tests/051.phpt"/>
   <file role="test" name="tests/052.phpt"/>
   <file role="test" name="tests/053.phpt"/>
   <file role="test" name="tests/054.phpt"/>
   <file role="test" name="tests/055.phpt"/>
   <file role="test" name="tests/056.phpt"/>
   <file role="test" name="tests/057.phpt"/>
   <file role="test" name="tests/058.phpt"/>
   <file role="test" name="tests/059.phpt"/>
   <file role="test" name="tests/060.phpt"/>
   <file role="test" name="tests/connect.inc"/> 
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/ncurses/package.xml?r=1.1&p=1
Index: php-src/ext/ncurses/package.xml
+++ php-src/ext/ncurses/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>ncurses</name>
 <summary>Terminal screen handling and optimization package</summary>
 <maintainers>
  <maintainer>
   <user>hholzgra</user>
   <name>Hartmut Holzgraefe</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>georg</user>
   <name>Georg Richter</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
  <maintainer>
   <user>iliaa</user>
   <name>Ilia Alshanetsky</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
  <maintainer>
   <user>wez</user>
   <name>Wez Furlong</name>
   <role>developer</role>
   <email>[EMAIL PROTECTED]</email>
  </maintainer>
 </maintainers>
 <description>
ncurses (new curses) is a free software emulation of curses in 
System V Rel 4.0 (and above). It uses terminfo format, supports 
pads, colors, multiple highlights, form characters and function 
key mapping. Because of the interactive nature of this library, 
it will be of little use for writing Web applications, but may 
be useful when writing scripts meant using PHP from the command 
line.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
   <configureoption name="with-ncurses" default="autodetect" prompt="path to ncurses 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="EXPERIMENTAL"/>
   <file role="doc" name="example1.php"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="ncurses.c"/>
   <file role="src" name="ncurses.php"/>
   <file role="src" name="ncurses_fe.c"/>
   <file role="src" name="ncurses_functions.c"/>
   <file role="src" name="php_ncurses.h"/>
   <file role="src" name="php_ncurses_fe.h"/>
   <file role="test" name="tests/001.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/oci8/package.xml?r=1.1&p=1
Index: php-src/ext/oci8/package.xml
+++ php-src/ext/oci8/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>oci8</name>
 <summary>Oracle 8 call interface functions</summary>
 <maintainers>
  <maintainer>
   <user>tony2001</user>
   <name>Antony Dovgal</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>ssb</user>
   <name>Stig Bakken</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>thies</user>
   <name>Thies C. Arntzen</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Andy Sautins</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>David Benson</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>maxim</user>
   <name>Maxim Maletsky</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>phanto</user>
   <name>Harald Radi</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
These functions allow you to access Oracle database servers using 
the Oracle 8 call interface.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-oci8" default="autodetect" prompt="ORACLE_HOME 
directory?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="oci8.dsp"/>
   <file role="src" name="oci8.c"/>
   <file role="src" name="php_oci8.h"/>
   <file role="test" name="tests/bug26133.phpt"/>
   <file role="test" name="tests/connect.inc"/>
   <file role="test" name="tests/create_table.inc"/>
   <file role="test" name="tests/drop_table.inc"/>
   <file role="test" name="tests/skipif.inc"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/oracle/package.xml?r=1.1&p=1
Index: php-src/ext/oracle/package.xml
+++ php-src/ext/oracle/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>oracle</name>
 <summary>Oracle functions</summary>
 <maintainers>
  <maintainer>
   <user>thies</user>
   <name>Thies C. Arntzen</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>ssb</user>
   <name>Stig Bakken</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>rasmus</user>
   <name>Rasmus Lerdorf</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Mitch Golden</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Andreas Karajannis</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
This extension adds support for Oracle database server access.
For Oracle 8 and above you should use the oci8 extension instead.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-oracle" default="autodetect" prompt="ORACLE_HOME 
directory?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="oracle.dsp"/>
   <file role="src" name="oracle.c"/>
   <file role="src" name="php_oracle.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/pcntl/package.xml?r=1.1&p=1
Index: php-src/ext/pcntl/package.xml
+++ php-src/ext/pcntl/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>posix</name>
 <summary>POSIX functions</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Kristian Köhntopp</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
This module contains an interface to those functions defined 
in the IEEE 1003.1 (POSIX.1) standards document which are not 
accessible through other means. POSIX.1 for example defined the 
open(), read(), write() and close() functions, too, which 
traditionally have been part of PHP for a long time. Some more 
system specific functions have not been available before, though, 
and this module tries to remedy this by providing easy access 
to these functions.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="posix.c"/>
   <file role="src" name="php_posix.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/pdf/package.xml?r=1.1&p=1
Index: php-src/ext/pdf/package.xml
+++ php-src/ext/pdf/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>pdf</name>
 <summary>PDF Form Data Format functions</summary>
 <maintainers>
  <maintainer>
   <user>steinm</user>
   <name>Uwe Steinmann</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Rainer Schaaf</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
The PDF functions in this extension can create PDF files 
using the PDFlib library created by Thomas Merz.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-pdf" default="autodetect" prompt="path to pdflib 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="pdf.dsp"/>
   <file role="src" name="pdf.c"/>
   <file role="src" name="php_pdf.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/posix/package.xml?r=1.1&p=1
Index: php-src/ext/posix/package.xml
+++ php-src/ext/posix/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>pcntl</name>
 <summary>Process control functions</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Jason Greene</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
Process Control support in PHP implements the Unix style 
of process creation, program execution, signal handling 
and process termination. Process Control should not be 
enabled within a webserver environment and unexpected 
results may happen if any Process Control functions 
are used within a webserver environment. 
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="README"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="pcntl.c"/>
   <file role="src" name="php_pcntl.h"/>
   <file role="src" name="php_signal.c"/>
   <file role="src" name="php_signal.h"/>
   <file role="test" name="test-pcntl.php"/>
   <file role="test" name="tests/001.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/sysvmsg/package.xml?r=1.1&p=1
Index: php-src/ext/sysvmsg/package.xml
+++ php-src/ext/sysvmsg/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>sysvmsg</name>
 <summary>Unix System V IPC Message Queues</summary>
 <maintainers>
  <maintainer>
   <user>wez</user>
   <name>Wez Furlong</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
Unix System V IPC Message Queues
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="sysvmsg.c"/>
   <file role="src" name="php_sysvmsg.h"/>
   <file role="test" name="tests/001.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/sysvsem/package.xml?r=1.1&p=1
Index: php-src/ext/sysvsem/package.xml
+++ php-src/ext/sysvsem/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>sysvsem</name>
 <summary>Unix System V IPC Semaphores</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Tom May</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
Unix System V IPC Semaphores
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="sysvsem.c"/>
   <file role="src" name="php_sysvsem.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/sysvshm/package.xml?r=1.1&p=1
Index: php-src/ext/sysvshm/package.xml
+++ php-src/ext/sysvshm/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>sysvsem</name>
 <summary>Unix System V IPC Shared Memory</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Cristian Cartus</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
Unix System V IPC Shared Memory
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="sysvsem.c"/>
   <file role="src" name="php_sysvshm.h"/>
   <file role="test" name="tests/sysvshm.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/w32api/package.xml?r=1.1&p=1
Index: php-src/ext/w32api/package.xml
+++ php-src/ext/w32api/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>w32api</name>
 <summary>Win32 and DLL API interface functions</summary>
 <maintainers>
  <maintainer>
   <user>jmoore</user>
   <name>James Moore</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
This extension is a generic extension API to DLLs. 
This was originally written to allow access to the Win32 API from PHP, 
although you can also access other functions exported via other DLLs.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="README"/>
   <file role="doc" name="TODO"/>
   <file role="src" name="w32api.dsp"/>
   <file role="src" name="w32api.c"/>
   <file role="src" name="w32api_function_definition_parser.y"/>
   <file role="src" name="w32api_function_definition_scanner.l"/>
   <file role="src" name="w32api_type_definition_parser.y"/>
   <file role="src" name="w32api_type_definition_scanner.l"/>
   <file role="src" name="php_w32api.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="windows"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/xml/package.xml?r=1.1&p=1
Index: php-src/ext/xml/package.xml
+++ php-src/ext/xml/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>xml</name>
 <summary>XML Parsing functions</summary>
 <maintainers>
  <maintainer>
   <user>ssb</user>
   <name>Stig Bakken</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>thies</user>
   <name>Thies Arntzen</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>sterling</user>
   <name>Sterling Hughes</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
This extension lets you create XML parsers  and then define 
handlers for different XML events. Each XML parser also has 
a few parameters you can adjust.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-curl" default="autodetect" prompt="path to curl 
installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="xml.mak"/>
   <file role="src" name="compat.c"/>
   <file role="src" name="expat_compat.h"/>
   <file role="src" name="php_xml.h"/>
   <file role="src" name="xml.c"/>
   <file role="test" name="tests/.cvsignore"/>
   <file role="test" name="tests/inc.ent"/>
   <file role="test" name="tests/skipif.inc"/>
   <file role="test" name="tests/xml001.phpt"/>
   <file role="test" name="tests/xml002.phpt"/>
   <file role="test" name="tests/xml003.phpt"/>
   <file role="test" name="tests/xml004.phpt"/>
   <file role="test" name="tests/xml006.phpt"/>
   <file role="test" name="tests/xml007.phpt"/>
   <file role="test" name="tests/xmltest.xml"/>
   <file role="test" name="tests/bug25666.phpt"/>
   <file role="test" name="tests/bug26528.phpt"/>
   <file role="test" name="tests/bug26614.phpt"/>
   <file role="test" name="tests/xml009.phpt"/>
   <file role="test" name="tests/xml010.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/yp/package.xml?r=1.1&p=1
Index: php-src/ext/yp/package.xml
+++ php-src/ext/yp/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>yp</name>
 <summary>YP/NIS functions</summary>
 <maintainers>
  <maintainer>
   <user>???</user>
   <name>Stephanie Wehner</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Fredrik Ohrn</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
NIS (formerly called Yellow Pages) allows network management 
of important administrative files (e.g. the password file). 
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="yp.c"/>
   <file role="src" name="php_yp.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
   <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

http://cvs.php.net/co.php/php-src/ext/zlib/package.xml?r=1.1&p=1
Index: php-src/ext/zlib/package.xml
+++ php-src/ext/zlib/package.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>zlib</name>
 <summary>zlib compression management</summary>
 <maintainers>
  <maintainer>
   <user>sr</user>
   <name>Stefan Roehrich</name>
   <email>[EMAIL PROTECTED]</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>rasmus</user>
   <name>Rasmus Lerdorf</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>zeev</user>
   <name>Zeev Suraski</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
  <maintainer>
   <user>???</user>
   <name>Jade Nicoletti</name>
   <email>[EMAIL PROTECTED]</email>
   <role>developer</role>
  </maintainer>
 </maintainers>
 <description>
This module enables you to transparently read and write 
gzip (.gz) compressed files, through versions of most of 
the filesystem functions which work with gzip-compressed 
files (and uncompressed files, too, but not with sockets).
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="zlib_win32_howto.txt"/>
   <file role="src" name="config0.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="php_zlib.h"/>
   <file role="src" name="zlib.c"/>
   <file role="src" name="zlib.dsp"/>
   <file role="src" name="zlib_fopen_wrapper.c"/>
   <file role="src" name="php_zlib.def"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/003.phpt"/>
   <file role="test" name="tests/gzreadgzwrite.phpt"/>
   <file role="test" name="tests/gzreadgzwriteplain.phpt"/>
   <file role="test" name="tests/gzfilegzreadfile.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to