From: Derick Rethans Date: Mon, 23 Jan 2006 09:04:50 +0000 (+0000) Subject: - Go with 0.9.4. X-Git-Tag: RELEASE_0_9_4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=655d2824d4efe896e29782fec7120ef0f2f3dfa8;p=php - Go with 0.9.4. --- diff --git a/ext/filter/filter.c b/ext/filter/filter.c index c395acd96c..d3509acdae 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -98,7 +98,7 @@ zend_module_entry filter_module_entry = { NULL, PHP_RSHUTDOWN(filter), PHP_MINFO(filter), - "0.9.3", + "0.9.4", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/filter/package.xml b/ext/filter/package.xml index 70adbd8111..489de7394d 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -24,14 +24,12 @@ of filters and mechanisms that users can use to safely access their input data. PHP beta - 0.9.3 - 2005-11-18 + 0.9.4 + 2006-01-23 -- 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" +- 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 diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 5da39aaa67..afa150a8dd 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -1,5 +1,5 @@ - @@ -22,22 +22,20 @@ of filters and mechanisms that users can use to safely access their input data. rasmus@php.net yes - 2005-11-18 - + 2006-01-23 + - 0.9.3 - 0.9.3 + 0.9.4 + 0.9.4 beta beta PHP - - 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" + - 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