- Update package files.

This commit is contained in:
Derick Rethans 2005-10-27 09:36:26 +00:00
parent 50e247999d
commit 19c7917e35
2 changed files with 14 additions and 16 deletions

View File

@ -24,14 +24,13 @@ of filters and mechanisms that users can use to safely access their input data.
<license>PHP</license>
<release>
<state>beta</state>
<version>0.9.1</version>
<date>2005-10-26</date>
<version>0.9.2</version>
<date>2005-10-27</date>
<notes>
- Fixed ZTS build.
- Fixed a problem with parameters passed as arrays (with the [] syntax in the
URL).
- Added the input_name_to_filter() function that returns the filter ID
belonging to a filter name.
- Implemented support for default filter flags in php.ini with the
filter.default_flags setting.
- Fixed a crash when a non-array option was passed in combination with the
callback filter.
</notes>
<filelist>
<file role="src" name="config.m4"/>

View File

@ -22,22 +22,21 @@ of filters and mechanisms that users can use to safely access their input data.
<email>rasmus@php.net</email>
<active>yes</active>
</lead>
<date>2005-10-26</date>
<time>15:22:36</time>
<date>2005-10-27</date>
<time>11:36:19</time>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
<release>0.9.2</release>
<api>0.9.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Fixed ZTS build.
- Fixed a problem with parameters passed as arrays (with the [] syntax in the
URL).
- Added the input_name_to_filter() function that returns the filter ID
belonging to a filter name.
<notes>- Implemented support for default filter flags in php.ini with the
filter.default_flags setting.
- Fixed a crash when a non-array option was passed in combination with the
callback filter.
</notes>
<contents>