From 168db42521f8b80ac1ccda09bda21abcf1653d1c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 18 Nov 2005 09:56:11 +0000 Subject: [PATCH] - Ready 0.9.3. --- ext/filter/filter.c | 2 +- ext/filter/package.xml | 13 +++++++------ 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. PHP beta - 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 692c71bd47..03cc442b09 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.net yes - 2005-10-27 - + 2005-11-18 + - 0.9.2 - 0.9.2 + 0.9.3 + 0.9.3 beta beta PHP - - 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" -- 2.40.0