Hi,

On Fri, 2010-04-09 at 00:48 +0200, Kalle Sommer Nielsen wrote:
> session_register/session_is_registered/session_register
>  - Only needed for register_globals, Hannes removed those in PHP6.

regiter_globals should be removed. It still exits, removing these is the
logical consequence after removing r_g.

> enable_dl
>  - Is this really worth keeping, since dl() was disabled on almost all
> SAPIs except for CLI/CGI/Embed?

It's a good thing to be able to disable dl() with (Fast)CGI. For CLI
this setting shouldn't really matter, as long as dl() exists there.

> y2k_compliance
>  - From the manual "Enforce year 2000 compliance (will cause problems
> with non-compliant browsers)", we are in 2010, we should remove this
> option and enable it by default and remove the checks. Perhaps Derick
> got an insight here?

This is related to setcookie, not the date stuff and can be safely
removed.

> Class named constructors
>  - A feature thats been marked in the manual as something that would
> be removed in a future version of PHP6. It was not to be knowing ever
> decided to be kept or not, but now with the recent removal of them in
> namespaces then I don't see a big point in keeping them.

I personally would remove them, but I read the discussion about
namespaced classes and ctor names in a way hat there was no conesus for
removing it.


johannes



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

Reply via email to