On 10.11.2008, at 11:41, Jani Taskinen wrote:
2. Change ext/ereg to be disabled by default (scheduled to be removed in PHP 6, iirc?)
IIRC we are not yet in agreement on the removal. AFAIK its already an extension in PHP6, but I am not sure if we wanted to continue with the proposal that Andrei (IIRC) made to remove it. If we are doing to remove it we should add E_DEPRECATED.
3. Remove ext/mhash (replaced by ext/hash)
So what was the deal here? ext/hash automatically provides the ext/ mhash functions if the extension is not compiled in. So the main reason to keep ext/mhash is just to allow if extension mhash exists .. ? I think this is easy enough for people to fix by replacing this check with an function_exists() check.
regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php