Re: 8.1.4: Who says "PHP deprecated addslashes since 4.0"?

From: Erik Jones <erik(at)myemma(dot)com>
To: ljb <ljb220(at)mindspring(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.1.4: Who says "PHP deprecated addslashes since 4.0"?
Date: 2006-05-26 13:58:47
Message-ID: 44770997.6040101@myemma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ljb wrote:
> tgl(at)sss(dot)pgh(dot)pa(dot)us wrote:
>
>> ljb <ljb220(at)mindspring(dot)com> writes:
>>
>>> | addslashes() or magic_quotes. We note that these tools have been deprecated
>>> | by the PHP group since version 4.0.
>>>
>>> Can anyone provide a source for the statement?
>>>
>> I'm not going to put words in Josh's mouth about where he got that from,
>> but anyone who reads all of the comments at
>> http://us3.php.net/manual/en/function.addslashes.php
>> ought to come away suitably unimpressed with the security of that
>> function.
>>
>
> Yes, sorry, I did see those comments, although I don't think they are from
> the PHP group themselves. But I missed the statement on the pg_escape_string
> manual page saying "use of this function is recommended instead of
> addslashes()". I still think "since version 4.0" is wrong.
>
Better yet, use PEAR::DB or some other db abstraction package that will
handle all of this for you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-05-26 13:59:43 Re: "make check" fails over NFS or tmpfs
Previous Message Qingqing Zhou 2006-05-26 13:56:40 Re: delete is extremely slow