]> granicus.if.org Git - php/commitdiff
- add tests to the package
authorPierre Joye <pajoye@php.net>
Sun, 14 May 2006 15:51:04 +0000 (15:51 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 14 May 2006 15:51:04 +0000 (15:51 +0000)
ext/filter/package.xml
ext/filter/package2.xml

index eeb1e0e9f39f93e6d07cb3f694e0b3e30e28e2bc..3e1e53a4ce1705289b8be989dbd58df15120e8e2 100644 (file)
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE package SYSTEM "../pear/package.dtd">
 <package>
- <name>filter</name>
- <summary>Extension for safely dealing with input parameters</summary>
- <maintainers>
-  <maintainer>
-   <user>derick</user>
-   <name>Derick Rethans</name>
-   <email>derick@php.net</email>
-   <role>lead</role>
-  </maintainer>
-  <maintainer>
-   <user>rasmus</user>
-   <name>Rasmus Lerdorf</name>
-   <email>rasmus@php.net</email>
-   <role>lead</role>
-  </maintainer>
- </maintainers>
- <description>
 <name>filter</name>
 <summary>Extension for safely dealing with input parameters</summary>
 <maintainers>
+    <maintainer>
+      <user>derick</user>
+      <name>Derick Rethans</name>
+      <email>derick@php.net</email>
+      <role>lead</role>
+    </maintainer>
+    <maintainer>
+      <user>rasmus</user>
+      <name>Rasmus Lerdorf</name>
+      <email>rasmus@php.net</email>
+      <role>lead</role>
+    </maintainer>
 </maintainers>
 <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>
- <license>PHP</license>
- <release>
-  <state>beta</state>
-  <version>0.10.0</version>
-  <date>2006-05-14</date>
-  <notes>- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre)
 <license>PHP</license>
 <release>
+    <state>beta</state>
+    <version>0.10.0</version>
+    <date>2006-05-14</date>
+    <notes>- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre)
 - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported
 - Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported.
 - Added support for php pcre expressions (Pierre)
@@ -40,21 +40,56 @@ of filters and mechanisms that users can use to safely access their input data.
   and NULL when the variable has not been found
 - Added JIT support
   </notes>
-  <filelist>
-   <file role="src" name="config.m4"/>
-   <file role="src" name="config.w32"/>
-   <file role="src" name="filter.c"/>
-   <file role="src" name="filter_private.h"/>
-   <file role="src" name="callback_filter.c"/>
-   <file role="src" name="logical_filters.c"/>
-   <file role="src" name="sanitizing_filters.c"/>
-   <file role="src" name="php_filter.h"/>
-   <file role="doc" name="CREDITS"/>
-  </filelist>
-  <deps>
-    <dep type="php" rel="ge" version="5.0.0"/>
-  </deps>
- </release>
+    <filelist>
+      <file role="src" name="config.m4"/>
+      <file role="src" name="config.w32"/>
+      <file role="src" name="filter.c"/>
+      <file role="src" name="filter_private.h"/>
+      <file role="src" name="callback_filter.c"/>
+      <file role="src" name="logical_filters.c"/>
+      <file role="src" name="sanitizing_filters.c"/>
+      <file role="src" name="php_filter.h"/>
+      <file role="doc" name="CREDITS"/>
+      <dir name="tests">
+        <file role="test" name="001.phpt"/>
+        <file role="test" name="002.phpt"/>
+        <file role="test" name="003.phpt"/>
+        <file role="test" name="004.phpt"/>
+        <file role="test" name="005.phpt"/>
+        <file role="test" name="006.phpt"/>
+        <file role="test" name="007.phpt"/>
+        <file role="test" name="008.phpt"/>
+        <file role="test" name="009.phpt"/>
+        <file role="test" name="010.phpt"/>
+        <file role="test" name="011.phpt"/>
+        <file role="test" name="012.phpt"/>
+        <file role="test" name="013.phpt"/>
+        <file role="test" name="014.phpt"/>
+        <file role="test" name="015.phpt"/>
+        <file role="test" name="016.phpt"/>
+        <file role="test" name="017.phpt"/>
+        <file role="test" name="018.phpt"/>
+        <file role="test" name="019.phpt"/>
+        <file role="test" name="020.phpt"/>
+        <file role="test" name="021.phpt"/>
+        <file role="test" name="022.phpt"/>
+        <file role="test" name="023.phpt"/>
+        <file role="test" name="024.phpt"/>
+        <file role="test" name="025.phpt"/>
+        <file role="test" name="026.phpt"/>
+        <file role="test" name="027.phpt"/>
+        <file role="test" name="028.phpt"/>
+        <file role="test" name="029.phpt"/>
+        <file role="test" name="030.phpt"/>
+        <file role="test" name="031.phpt"/>
+        <file role="test" name="032.phpt"/>
+        <file role="test" name="bug7586.phpt"/>
+      </dir>
+    </filelist>
+    <deps>
+      <dep type="php" rel="ge" version="5.0.0"/>
+    </deps>
+  </release>
 </package>
 <!--
 vim:et:ts=1:sw=1
index 0d881678e14d2c57f5b158b58f6ce66325612d13..3be9509aa7c9281eab3f0c2f1c51ca80b9b5c748 100644 (file)
@@ -1,39 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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
-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
+<package 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" packagerversion="1.4.6" version="2.0" 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">
+  <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>
- <date>2006-05-14</date>
- <time>10:04:15</time>
- <version>
-  <release>0.10.0</release>
-  <api>0.10.0</api>
- </version>
- <stability>
-  <release>beta</release>
-  <api>beta</api>
- </stability>
- <license uri="http://www.php.net/license">PHP</license>
- <notes>- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre)
 <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>
 <date>2006-05-14</date>
 <time>10:04:15</time>
 <version>
+    <release>0.10.0</release>
+    <api>0.10.0</api>
 </version>
 <stability>
+    <release>beta</release>
+    <api>beta</api>
 </stability>
 <license uri="http://www.php.net/license">PHP</license>
 <notes>- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre)
 - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported
 - Implemented PECL req #6641: negative values for hexadecimal and octal numbers are not supported.
 - Added support for php pcre expressions (Pierre)
@@ -47,46 +44,82 @@ of filters and mechanisms that users can use to safely access their input data.
   and NULL when the variable has not been found
 - Added JIT support
  </notes>
- <contents>
-  <dir name="/">
-   <file name="callback_filter.c" role="src" />
-   <file name="config.m4" role="src" />
-   <file name="config.w32" role="src" />
-   <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>5.0.0</min>
-   </php>
-   <pearinstaller>
-    <min>1.4.0b1</min>
-   </pearinstaller>
-  </required>
- </dependencies>
- <providesextension>filter</providesextension>
- <extsrcrelease />
- <changelog>
-   <release>
-     <date>2006-01-23</date>
-     <time>10:04:15</time>
-     <version>
-       <release>0.9.4</release>
-       <api>0.9.4</api>
-     </version>
-     <stability>
-       <release>beta</release>
-       <api>beta</api>
-     </stability>
-     <notes>- Reimplement php_filter_callback() as exception-safe and without memleaks
+  <contents>
+    <dir name="/">
+      <file name="callback_filter.c" role="src"/>
+      <file name="config.m4" role="src"/>
+      <file name="config.w32" role="src"/>
+      <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 name="tests">
+        <file role="test" name="001.phpt"/>
+        <file role="test" name="002.phpt"/>
+        <file role="test" name="003.phpt"/>
+        <file role="test" name="004.phpt"/>
+        <file role="test" name="005.phpt"/>
+        <file role="test" name="006.phpt"/>
+        <file role="test" name="007.phpt"/>
+        <file role="test" name="008.phpt"/>
+        <file role="test" name="009.phpt"/>
+        <file role="test" name="010.phpt"/>
+        <file role="test" name="011.phpt"/>
+        <file role="test" name="012.phpt"/>
+        <file role="test" name="013.phpt"/>
+        <file role="test" name="014.phpt"/>
+        <file role="test" name="015.phpt"/>
+        <file role="test" name="016.phpt"/>
+        <file role="test" name="017.phpt"/>
+        <file role="test" name="018.phpt"/>
+        <file role="test" name="019.phpt"/>
+        <file role="test" name="020.phpt"/>
+        <file role="test" name="021.phpt"/>
+        <file role="test" name="022.phpt"/>
+        <file role="test" name="023.phpt"/>
+        <file role="test" name="024.phpt"/>
+        <file role="test" name="025.phpt"/>
+        <file role="test" name="026.phpt"/>
+        <file role="test" name="027.phpt"/>
+        <file role="test" name="028.phpt"/>
+        <file role="test" name="029.phpt"/>
+        <file role="test" name="030.phpt"/>
+        <file role="test" name="031.phpt"/>
+        <file role="test" name="032.phpt"/>
+        <file role="test" name="bug7586.phpt"/>
+      </dir>
+    </dir>
+<!-- / -->
+  </contents>
+  <dependencies>
+    <required>
+      <php>
+        <min>5.0.0</min>
+      </php>
+      <pearinstaller>
+        <min>1.4.0b1</min>
+      </pearinstaller>
+    </required>
+  </dependencies>
+  <providesextension>filter</providesextension>
+  <extsrcrelease/>
+  <changelog>
+    <release>
+      <date>2006-01-23</date>
+      <time>10:04:15</time>
+      <version>
+        <release>0.9.4</release>
+        <api>0.9.4</api>
+      </version>
+      <stability>
+        <release>beta</release>
+        <api>beta</api>
+      </stability>
+      <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</notes>
-   </release>
-   </changelog>
+    </release>
+  </changelog>
 </package>