File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / posix / package.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:00 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

    1: <?xml version="1.0" encoding="ISO-8859-1" ?>
    2: <!DOCTYPE package SYSTEM "../pear/package.dtd">
    3: <package>
    4:  <name>pcntl</name>
    5:  <summary>Process control functions</summary>
    6:  <maintainers>
    7:   <maintainer>
    8:    <user>???</user>
    9:    <name>Jason Greene</name>
   10:    <email>jason@inetgurus.net</email>
   11:    <role>lead</role>
   12:   </maintainer>
   13:  </maintainers>
   14:  <description>
   15: Process Control support in PHP implements the Unix style 
   16: of process creation, program execution, signal handling 
   17: and process termination. Process Control should not be 
   18: enabled within a webserver environment and unexpected 
   19: results may happen if any Process Control functions 
   20: are used within a webserver environment. 
   21:  </description>
   22:  <license>PHP</license>
   23:  <release>
   24:   <state>beta</state>
   25:   <version>5.0.0rc1</version>
   26:   <date>2004-03-19</date>
   27:   <notes>
   28: package.xml added to support installation using pear installer
   29:   </notes>
   30:   <filelist>
   31:    <file role="doc" name="CREDITS"/>
   32:    <file role="doc" name="README"/>
   33:    <file role="src" name="config.m4"/>
   34:    <file role="src" name="pcntl.c"/>
   35:    <file role="src" name="php_pcntl.h"/>
   36:    <file role="src" name="php_signal.c"/>
   37:    <file role="src" name="php_signal.h"/>
   38:    <file role="test" name="test-pcntl.php"/>
   39:    <file role="test" name="tests/001.phpt"/>
   40:   </filelist>
   41:   <deps>
   42:    <dep type="php" rel="ge" version="5" />
   43:    <!-- doesn't work yet <dep type="os"  rel="has" name="unix"/> -->
   44:   </deps>
   45:  </release>
   46: </package>
   47: <!--
   48: vim:et:ts=1:sw=1
   49: -->

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>