]> granicus.if.org Git - php/commitdiff
- JIT entry
authorPierre Joye <pajoye@php.net>
Thu, 11 May 2006 00:13:16 +0000 (00:13 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 11 May 2006 00:13:16 +0000 (00:13 +0000)
- next release will be 0.10.0

ext/filter/package.xml
ext/filter/package2.xml

index fc32f4b953c93798d7e3b06a0e04cf3f03c43dcf..e66ac0a3f7973538052ee1fcfa8098f1b1201d5d 100644 (file)
@@ -26,14 +26,14 @@ of filters and mechanisms that users can use to safely access their input data.
   <state>beta</state>
   <version>0.9.5</version>
   <date>2006-05-01</date>
-  <notes>
+  <notes>- 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
   </notes>
   <filelist>
    <file role="src" name="config.m4"/>
index 886c5f44a9b7141b82952d176b82b7fce196a2ab..e22be4d13079ccca388558e53469dfdca49bda4f 100644 (file)
@@ -25,21 +25,22 @@ of filters and mechanisms that users can use to safely access their input data.
  <date>2006-01-23</date>
  <time>10:04:15</time>
  <version>
-  <release>0.9.5</release>
-  <api>0.9.5</api>
+  <release>0.10.0</release>
+  <api>0.10.0</api>
  </version>
  <stability>
   <release>beta</release>
   <api>beta</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes>- Fixed PECL bug #6639: uppercase hexadecimal digits are not supported
+ <notes>- 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
  </notes>
  <contents>
   <dir name="/">