]> granicus.if.org Git - php/commitdiff
- Update package files.
authorDerick Rethans <derick@php.net>
Thu, 27 Oct 2005 09:36:26 +0000 (09:36 +0000)
committerDerick Rethans <derick@php.net>
Thu, 27 Oct 2005 09:36:26 +0000 (09:36 +0000)
ext/filter/package.xml
ext/filter/package2.xml

index a179b9ca86e257bb4ffd32afb607ede8cedc32ac..11c14cebf00b893f62d8398b65627430d5cd4215 100644 (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"/>
index b781d47756bd10ec83fc6acc3cd7e5e71562a31c..692c71bd47497fe9e24f60138646d1b05b3be802 100644 (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>