Lars Torben Wilson wrote:
> On Sat, 2002-02-16 at 18:01, Yasuo Ohgaki wrote:
*SNIP*
> The WTF factor for that would be off the scale. Think about how many
> bug reports about addslashes() not working we'd have to bogusify.
>
> -1
I agree. That's why I thought it may be better to wait
until PHP5
On Sat, 2002-02-16 at 18:01, Yasuo Ohgaki wrote:
> Yasuo Ohgaki wrote:
> > Stefan Esser wrote:
> >
> >> magic_quotes_by_default is a nice way to make scripts (written by
> >> novices)
> >> safer. Unfourtunately mqbd forces you to write unsecure scripts. If
> >> you put
> >> such
> >> scripts on
Yasuo Ohgaki wrote:
> Stefan Esser wrote:
>
>> magic_quotes_by_default is a nice way to make scripts (written by
>> novices)
>> safer. Unfourtunately mqbd forces you to write unsecure scripts. If
>> you put
>> such
>> scripts onto a server that doesnt have mqbd they are insecure.
>
>
> This i
Stefan Esser wrote:
> magic_quotes_by_default is a nice way to make scripts (written by novices)
> safer. Unfourtunately mqbd forces you to write unsecure scripts. If you put
> such
> scripts onto a server that doesnt have mqbd they are insecure.
This is true. I bet many novice writes insecure sc
magic_quotes_by_default is a nice way to make scripts (written by novices)
safer. Unfourtunately mqbd forces you to write unsecure scripts. If you put
such
scripts onto a server that doesnt have mqbd they are insecure.
>From my point of view enabling mq by default was a very very bad idea,
cause