]> granicus.if.org Git - php/commitdiff
- changelog
authorPierre Joye <pajoye@php.net>
Sun, 14 May 2006 01:58:51 +0000 (01:58 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 14 May 2006 01:58:51 +0000 (01:58 +0000)
ext/filter/package.xml
ext/filter/package2.xml

index 778056621f1395682cb80c79892ca6a0a6c0cb85..f93aae3549453efe9938b85ee9c3f18cde7609bc 100644 (file)
@@ -35,6 +35,7 @@ of filters and mechanisms that users can use to safely access their input data.
 - 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)
 - Basic IPv6 (no option yet, only the syntax is verified) (Pierre)
+- Add support for custom decimal separator (Pierre)
 - Added JIT support
   </notes>
   <filelist>
index e22be4d13079ccca388558e53469dfdca49bda4f..5acf25bdc74465a67df3c26ce06a921c914a810c 100644 (file)
@@ -40,6 +40,8 @@ of filters and mechanisms that users can use to safely access their input data.
 - 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)
+- Basic IPv6 (no option yet, only the syntax is verified) (Pierre)
+- Add support for custom decimal separator (Pierre)
 - Added JIT support
  </notes>
  <contents>