Hi! > I’m requesting that the functions taint() and untaint() as well as > the ability to log taint information be available in the standard > interpreter without extensions.
Given that this feature has performance implications, and not universally needed, I don't think this would be a good idea. If your package needs it, PHP has many ways of dependency handling. A lot of vital and widely used functionality is implemented as extensions (such as DB connections, sessions, regular expressions, etc). So there's no reason taint couldn't follow the same road. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php