PDO ODBC #42765 uninitialized length bug patch

php.internals

Anish Mistry

9 years ago
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 OSes and they are telling to get it committed upstream instead of patching the local package.
-- Anish -- Anish -- Anish

Anish Mistry

9 years ago
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:

Christoph Becker

9 years ago
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 to test it, and no time to set it up, so I hope somebody else can have a look at this. Sorry. Cheers, Christoph

Adam Baratz

9 years ago
On Wed, Jun 21, 2017 at 11:32 AM Christoph M. Becker <cmbecker69@gmx.de> 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 forward fix. > > While the patch still looks good to me, I have no environment to test > it, and no time to set it up, so I hope somebody else can have a look at > this. Sorry.
I should be able to look at this later this week. Thanks for your patience, Anish.