diff options
author | Derick Rethans <derick@php.net> | 2005-11-18 09:56:11 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-11-18 09:56:11 +0000 |
commit | 168db42521f8b80ac1ccda09bda21abcf1653d1c (patch) | |
tree | 86340f71bd337ee15e8d1d7df70d8daf30e052c1 | |
parent | ccbf79462f1cab91730ad5fa519ae1c6847ecaff (diff) | |
download | php-git-168db42521f8b80ac1ccda09bda21abcf1653d1c.tar.gz |
- Ready 0.9.3.
-rw-r--r-- | ext/filter/filter.c | 2 | ||||
-rw-r--r-- | ext/filter/package.xml | 13 | ||||
-rw-r--r-- | ext/filter/package2.xml | 19 |
3 files changed, 18 insertions, 16 deletions
diff --git a/ext/filter/filter.c b/ext/filter/filter.c index e54c3105b2..fc7037cc75 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -99,7 +99,7 @@ zend_module_entry filter_module_entry = { NULL, PHP_RSHUTDOWN(filter), PHP_MINFO(filter), - "0.9.2", + "0.9.3", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 11c14cebf0..a5c67366b6 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -24,13 +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.2</version> - <date>2005-10-27</date> + <version>0.9.3</version> + <date>2005-11-18</date> <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. +- Fixed PECL bug #5960: Build with PHP's PCRE headers +- Fixed PECL bug #5962: Postive float returned when negative float given +- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings + +- Added PECL FR #5961: Support other cases of "On", "Off", "True", and "False" </notes> <filelist> <file role="src" name="config.m4"/> diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 692c71bd47..03cc442b09 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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 +<package packagerversion="1.4.4" 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,21 +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-27</date> - <time>11:36:19</time> + <date>2005-11-18</date> + <time>10:55:41</time> <version> - <release>0.9.2</release> - <api>0.9.2</api> + <release>0.9.3</release> + <api>0.9.3</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <license uri="http://www.php.net/license">PHP</license> - <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>- Fixed PECL bug #5960: Build with PHP's PCRE headers +- Fixed PECL bug #5962: Postive float returned when negative float given +- Fixed PECL bug #5963: Segmentation fault when passing anything other than strings + +- Added PECL FR #5961: Support other cases of "On", "Off", "True", and "False" </notes> <contents> |