From: Pierre Joye Date: Thu, 11 May 2006 00:13:16 +0000 (+0000) Subject: - JIT entry X-Git-Tag: BEFORE_NEW_OUTPUT_API~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d9b1969741311745e81df9651842b57b3fa7e97;p=php - JIT entry - next release will be 0.10.0 --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index fc32f4b953..e66ac0a3f7 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -26,14 +26,14 @@ of filters and mechanisms that users can use to safely access their input data. beta 0.9.5 2006-05-01 - + - Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) - 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) -- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) +- Added JIT support diff --git a/ext/filter/package2.xml b/ext/filter/package2.xml index 886c5f44a9..e22be4d130 100644 --- a/ext/filter/package2.xml +++ b/ext/filter/package2.xml @@ -25,21 +25,22 @@ of filters and mechanisms that users can use to safely access their input data. 2006-01-23 - 0.9.5 - 0.9.5 + 0.10.0 + 0.10.0 beta beta PHP - - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported + - Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) +- 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) -- Fixed PECL bug #6136, ini_set should not be able to change the filter.default (Pierre) +- Added JIT support