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

index 42bafa374e2f0a9290252f08cd1f81fd243ed757..a179b9ca86e257bb4ffd32afb607ede8cedc32ac 100644 (file)
@@ -24,10 +24,14 @@ of filters and mechanisms that users can use to safely access their input data.
  <license>PHP</license>
  <release>
   <state>beta</state>
-  <version>0.9.0</version>
-  <date>2005-10-05</date>
+  <version>0.9.1</version>
+  <date>2005-10-26</date>
   <notes>
-Initial release.
+- 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>
   <filelist>
    <file role="src" name="config.m4"/>
index 9bc8f3cef574177979d026c346b620a55a3ec9c9..b781d47756bd10ec83fc6acc3cd7e5e71562a31c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.4.1" 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
+<package packagerversion="1.4.2" 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
 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">
@@ -22,18 +22,22 @@ 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-05</date>
- <time>14:24:21</time>
+ <date>2005-10-26</date>
+ <time>15:22:36</time>
  <version>
-  <release>0.9.0</release>
-  <api>0.9.0</api>
+  <release>0.9.1</release>
+  <api>0.9.1</api>
  </version>
  <stability>
   <release>beta</release>
   <api>beta</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes>Initial release.
+ <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>
  <contents>