On Thu, Dec 9, 2010 at 5:19 PM, Andrey Hristov <p...@hristov.com> wrote:

> 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 :)
>
>

so you don't like the idea to fix this kind of code in your application (an
application that YOU have to support), but you would like to change the
language, to force everybody out there to do the same.
nice.

Tyrael

Reply via email to