diff options
Diffstat (limited to 'ext/fam/package.xml')
-rw-r--r-- | ext/fam/package.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/ext/fam/package.xml b/ext/fam/package.xml deleted file mode 100644 index 41f46b8a65..0000000000 --- a/ext/fam/package.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?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>sascha@schumann.cx</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 ---> |