diff --git a/ext/filter/filter.c b/ext/filter/filter.c
index e54c3105b23..fc7037cc753 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 11c14cebf00..a5c67366b68 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.
PHPbeta
- 0.9.2
- 2005-10-27
+ 0.9.3
+ 2005-11-18
-- 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"
diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml
index 692c71bd474..03cc442b094 100644
--- a/ext/filter/package2.xml
+++ b/ext/filter/package2.xml
@@ -1,5 +1,5 @@
-
@@ -22,21 +22,22 @@ of filters and mechanisms that users can use to safely access their input data.
rasmus@php.netyes
- 2005-10-27
-
+ 2005-11-18
+
- 0.9.2
- 0.9.2
+ 0.9.3
+ 0.9.3betabetaPHP
- - 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"