From: Pierre Joye Date: Sat, 13 May 2006 02:44:56 +0000 (+0000) Subject: - entry for ipv6 X-Git-Tag: BEFORE_NEW_OUTPUT_API~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=253d5d6e27562bef1337b764af5b43f38185aa9f;p=php - entry for ipv6 --- diff --git a/ext/filter/package.xml b/ext/filter/package.xml index e66ac0a3f7..5bd74ea9c1 100644 --- a/ext/filter/package.xml +++ b/ext/filter/package.xml @@ -33,6 +33,7 @@ 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) - Added JIT support