Pierre wrote:
The upcoming default PHP Input filter is orphaned. There is no official
active maintainer, or not active.

By what standard? We don't all work on the same schedule which doesn't mean we aren't active. I have been fixing things too in this extension within the past 2 weeks.

I commited most of the required changes and it is getting really neat.
Some small APIs changes are still required (separate the options from
the flags in input_get).

Here is a short list of the "recent" changes:

- support of php pcre expressions  (will support caching system)

- added input_get_args, fetches all input in one call

- Added FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY , allows or
  not array values

- Basic IPv6 validation support

- support for custom decimal separator

- INT and Float filters trim the values before the validations (spaces
  only)

- NULL is returned when a value has not been found or set and FALSE if
  the validation failed

See examples and tests in cvs [5].

I like to take over the development and continue my good work on this
extension,is there any objections?

What do you mean take over? Just keep doing what you are doing. Some of your patches have some issues and need to be worked out, but most of them are fine.

-Rasmus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to