Re: [PHP-DEV] PDO ODBC #42765 uninitialized length bug patch

2017-06-27 Thread Adam Baratz
On Wed, Jun 21, 2017 at 11:32 AM Christoph M. Becker wrote: > On 21.06.2017 at 05:33, Anish Mistry wrote: > > > PDO ODBC #42765 uninitialized length bug patch > > https://bugs.php.net/bug.php?id=42765 > > > > Any takers? Would we be able to get this patch committed? It's a > > pretty straight f

Re: [PHP-DEV] PDO ODBC #42765 uninitialized length bug patch

2017-06-21 Thread Christoph M. Becker
On 21.06.2017 at 05:33, Anish Mistry wrote: > PDO ODBC #42765 uninitialized length bug patch > https://bugs.php.net/bug.php?id=42765 > > Any takers? Would we be able to get this patch committed? It's a > pretty straight forward fix. While the patch still looks good to me, I have no environment

Re: [PHP-DEV] PDO ODBC #42765 uninitialized length bug patch

2017-06-20 Thread Anish Mistry
PDO ODBC #42765 uninitialized length bug patch https://bugs.php.net/bug.php?id=42765 Any takers? Would we be able to get this patch committed? It's a pretty straight forward fix. Thanks, -- Anish On 11/02/2016 10:32, Anish Mistry wrote: > Would a developer be able look at the patch in this bu

[PHP-DEV] PDO ODBC #42765 uninitialized length bug patch

2016-11-02 Thread Anish Mistry
Would a developer be able look at the patch in this bug: https://bugs.php.net/bug.php?id=42765 And let me know what else needs to happen to get this committed? This is pretty much required to make the module work correctly with most SQL server databases via ODBC. I'm hitting this on multiple O