php-src/ext/filter/package2.xml

67 lines
2.0 KiB
XML
Raw Normal View History

2005-10-05 12:25:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2006-01-23 09:04:50 +00:00
<package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
2005-10-05 12:25:32 +00:00
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>filter</name>
<channel>pecl.php.net</channel>
<summary>Extension for safely dealing with input parameters</summary>
<description>The Input Filter extension is meant to address this issue by implementing a set
of filters and mechanisms that users can use to safely access their input data.
</description>
<lead>
<name>Derick Rethans</name>
<user>derick</user>
<email>derick@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Rasmus Lerdorf</name>
<user>rasmus</user>
<email>rasmus@php.net</email>
<active>yes</active>
</lead>
2006-01-23 09:04:50 +00:00
<date>2006-01-23</date>
<time>10:04:15</time>
2005-10-05 12:25:32 +00:00
<version>
2006-01-23 09:04:50 +00:00
<release>0.9.4</release>
<api>0.9.4</api>
2005-10-05 12:25:32 +00:00
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
2006-01-23 09:04:50 +00:00
<notes>- Reimplement php_filter_callback() as exception-safe and without memleaks
- Renamed all constants.
- Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING
2005-10-05 12:25:32 +00:00
</notes>
<contents>
<dir name="/">
<file name="callback_filter.c" role="src" />
<file name="config.m4" role="src" />
2005-12-01 00:48:13 +00:00
<file name="config.w32" role="src" />
2005-10-05 12:25:32 +00:00
<file name="CREDITS" role="doc" />
<file name="filter.c" role="src" />
<file name="filter_private.h" role="src" />
<file name="logical_filters.c" role="src" />
<file name="php_filter.h" role="src" />
<file name="sanitizing_filters.c" role="src" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>filter</providesextension>
<extsrcrelease />
</package>