Reindl Harald wrote:
Am 09.12.2010 13:46, schrieb Andrey Hristov:
There were many apps which relied on register_globals but register_globals was 
introduced.
There were many apps which relied on references in PHP4, but the object model 
changed in 5, references too.
There are apps which rely on magic_quotes, but magic quotes are deprecated.
When some feature is changed or deprecated there will always be applications 
that need to change.

that is not a valid reason for bc-breaking
if you do not want $GLOBALS in your functions do not
use them but do not force bc-breaks which are hurting
others without any sense


one day you might have to support globalized applications and I am sure you will feel very enlightened to fix them :)

Andrey

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

Reply via email to