[PHP-DEV] Re: [PDO] PDO_DBLIB Native PHP Type binding

2010-11-04 Thread Lester Caine
Stanley Sufficool wrote: One reason was to bring the driver in line with the behavior of the PDO sqlserv driver ( http://msdn.microsoft.com/en-us/library/cc296193.aspx ) Eventually I would like yo make the 2 interchangeable and have PHP/PDO applications run the same on Win32 and Linux. Two wr

[PHP-DEV] Encore Newsletter - Get twice the advertising time if purchased before Thanksgiving

2010-11-04 Thread CelebrityAccess
Direct access to live entertainment industry decision makers. Market your product or service with pinpoint accuracy. Option #1 Advertise in ENCORE The industry’s most widely distributed B2B newsletter (Special: Double your advertising time!) * Expires Thanksgiving Encore reaches over 100

Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-04 Thread Richard Lynch
On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote: > Before I gut PDO_DBLIB one more time to implement native parameter > binding for stored procedures, what are the thoughts on returning the > column values from the database as the native PHP type when possible? > Currently everything is r

Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-04 Thread Stanley Sufficool
On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote: > On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote: >> Before I gut PDO_DBLIB one more time to implement native parameter >> binding for stored procedures, what are the thoughts on returning the >> column values from the database as the

Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-04 Thread Richard Lynch
On Thu, November 4, 2010 9:09 pm, Stanley Sufficool wrote: > On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote: >> On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote: I realize as the guy who has to deal with the driver code and what it should do for people not following the advise below

Re: [PHP-DEV] PDO_DBLIB Native PHP Type binding

2010-11-04 Thread Stanley Sufficool
On Thu, Nov 4, 2010 at 7:44 PM, Richard Lynch wrote: > On Thu, November 4, 2010 9:09 pm, Stanley Sufficool wrote: >> On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote: >>> On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote: > > I realize as the guy who has to deal with the driver code an