summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-10-27 09:36:26 +0000
committerDerick Rethans <derick@php.net>2005-10-27 09:36:26 +0000
commit19c7917e357b37ec96929c41b449804072aba372 (patch)
tree21fd447cc4804ccd4016e74d234bc05f8073483d
parent50e247999df0f4a2c1d0a94aa5bc7a830bc902ef (diff)
downloadphp-git-19c7917e357b37ec96929c41b449804072aba372.tar.gz
- Update package files.
-rw-r--r--ext/filter/package.xml13
-rw-r--r--ext/filter/package2.xml17
2 files changed, 14 insertions, 16 deletions
diff --git a/ext/filter/package.xml b/ext/filter/package.xml
index a179b9ca86..11c14cebf0 100644
--- a/ext/filter/package.xml
+++ b/ext/filter/package.xml
@@ -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"/>
diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml
index b781d47756..692c71bd47 100644
--- a/ext/filter/package2.xml
+++ b/ext/filter/package2.xml
@@ -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>