summaryrefslogtreecommitdiff
path: root/ext/filter/package2.xml
blob: 8222bd3c1cb104e791ccb549ddb46f0cc0ff4567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?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
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-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>
 <license uri="http://www.php.net/license">PHP</license>
 <notes>- 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)
- Fixed Possible leak in internal sapi_filter (Pierre)
- Added input_get_args, fetches all input in one call (Pierre)
- Added FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY , allows or not array values (Pierre)
 </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>4.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>
</package>