]> granicus.if.org Git - php/commitdiff
- use php/pcre in email
authorPierre Joye <pajoye@php.net>
Sat, 13 May 2006 15:57:46 +0000 (15:57 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 13 May 2006 15:57:46 +0000 (15:57 +0000)
- return code can be 0

ext/filter/package.xml

index 5bd74ea9c15db8c31e87d913fb3da8d917e02f40..778056621f1395682cb80c79892ca6a0a6c0cb85 100644 (file)
@@ -30,7 +30,8 @@ of filters and mechanisms that users can use to safely access their input data.
 - 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)
+- Fixed invalid error in pcre related validation (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)
 - Basic IPv6 (no option yet, only the syntax is verified) (Pierre)