More PHP DB abstraction layer stuff - Mailing list pgsql-general

From Nigel J. Andrews
Subject More PHP DB abstraction layer stuff
Date
Msg-id Pine.LNX.4.21.0301241529130.28504-100000@ponder.fairway2k.co.uk
Whole thread Raw
Responses Re: More PHP DB abstraction layer stuff
Re: More PHP DB abstraction layer stuff
List pgsql-general
Has anyone seen/used this:

http://www.zend.com/codex.php?CID=324

It looks fairly inoccuous. It also claims to not load an entire dataset into
memory, i.e. uses cursors but I don't see where they're used, unless its
inherent in the PHP Pg interface.

One thing that always gets me is why people think quoting the ' in a string is
a security feature when they don't allow for someone giving \' in the
string. On the other hand I'm never sure how to protect against such 'odd
number of escapes' attacks. Anyone got any clues? Does PQescape do it?


--
Nigel Andrews


pgsql-general by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: 7.2.1: coalesce double-calls function?
Next
From: Tom Lane
Date:
Subject: Re: 7.2.1: coalesce double-calls function?