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> 15Process Control support in PHP implements the Unix style 16of process creation, program execution, signal handling 17and process termination. Process Control should not be 18enabled within a webserver environment and unexpected 19results may happen if any Process Control functions 20are 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> 28package.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<!-- 48vim:et:ts=1:sw=1 49--> 50