Re: [HACKERS] PHP/PDO Database Abstraction Layer

2005-02-08 Thread Alvaro Herrera
On Tue, Feb 08, 2005 at 10:10:58AM -0800, Joshua D. Drake wrote: > >>Anyone up for it? This is our chance to get a really top notch PHP > >>driver for PostgreSQL that supports all the appropriate goodies. > > > >What exactly do you want people to do? > > My thought process was to beat the heck out

Re: [HACKERS] PHP/PDO Database Abstraction Layer

2005-02-08 Thread Joshua D. Drake
Anyone up for it? This is our chance to get a really top notch PHP driver for PostgreSQL that supports all the appropriate goodies. What exactly do you want people to do? My thought process was to beat the heck out of it. Find things that don't work, should work, aren't implemented and hopefully m

Re: [HACKERS] PHP/PDO Database Abstraction Layer

2005-02-07 Thread Greg Stark
"Joshua D. Drake" <[EMAIL PROTECTED]> writes: > it would be great if we could get some people to review the pgsql > driver to make sure it is fully up to snuff. > > Anyone up for it? This is our chance to get a really top notch PHP > driver for PostgreSQL that supports all the appropriate goodie

[HACKERS] PHP/PDO Database Abstraction Layer

2005-02-07 Thread Joshua D. Drake
Hello, Has anyone seen the following: http://pecl.php.net/package/PDO The description from the site: PDO provides a uniform data access interface, sporting advanced features such as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently fro