Re: [PHP-DEV] Bug # 50755

2010-03-23 Thread Stanley Sufficool
PDO DBLIB fetch on demand patch revised and posted at: http://bugs.php.net/bug.php?id=50755&edit=2 Comments are eagerly awaited. I'm excited about this one... I can feel the warm patch acceptance. ;) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.n

Re: [PHP-DEV] Bug # 50755

2010-03-19 Thread Stanley Sufficool
On Fri, Mar 19, 2010 at 9:07 AM, Matteo Beccati wrote: > > So, I tried to make some time and looked at the patch for 5.3. I have to say > that I haven't tested it nor I'm an expert by any means of the > sybase/mysql/freetds api. > > Here are my findings: > > 1. dblib_driver.c and the README were c

Re: [PHP-DEV] Bug # 50755

2010-03-19 Thread Matteo Beccati
On 18/03/2010 10:16, Lukas Kahwe Smith wrote: On 18.03.2010, at 03:47, Stanley Sufficool wrote: On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones wrote: Stanley Sufficool wrote: I have attached patches for bug # 50755 on bugs.php.net. These also cleanup to PDO DBLIB code to have less of

Re: [PHP-DEV] Bug # 50755

2010-03-18 Thread Ferenc Kovacs
On Thu, Mar 18, 2010 at 10:16 AM, Lukas Kahwe Smith wrote: > > On 18.03.2010, at 03:47, Stanley Sufficool wrote: > >> On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones >> wrote: >>> >>> >>> Stanley Sufficool wrote: I have attached patches for bug # 50755 on bugs.php.net. These also cle

Re: [PHP-DEV] Bug # 50755

2010-03-18 Thread Lukas Kahwe Smith
On 18.03.2010, at 03:47, Stanley Sufficool wrote: > On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones > wrote: >> >> >> Stanley Sufficool wrote: >>> I have attached patches for bug # 50755 on bugs.php.net. These also >>> cleanup to PDO DBLIB code to have less of a memory footprint and to >>>

Re: [PHP-DEV] Bug # 50755

2010-03-17 Thread Stanley Sufficool
On Mon, Mar 15, 2010 at 8:45 AM, Christopher Jones wrote: > > > Stanley Sufficool wrote: >> I have attached patches for bug # 50755 on bugs.php.net. These also >> cleanup to PDO DBLIB code to have less of a memory footprint and to >> prepare for other feature additions such as multiple rowset supp

Re: [PHP-DEV] Bug # 50755

2010-03-15 Thread Christopher Jones
Stanley Sufficool wrote: > I have attached patches for bug # 50755 on bugs.php.net. These also > cleanup to PDO DBLIB code to have less of a memory footprint and to > prepare for other feature additions such as multiple rowset support. > > I have compiled and tested on x86. > > Can someone revie

[PHP-DEV] Bug # 50755

2010-03-14 Thread Stanley Sufficool
I have attached patches for bug # 50755 on bugs.php.net. These also cleanup to PDO DBLIB code to have less of a memory footprint and to prepare for other feature additions such as multiple rowset support. I have compiled and tested on x86. Can someone review and provide feedback. Thank you. --