[PHP-DEV] Patch for #41996

2008-07-21 Thread Martin Jansen
Attached is a patch plus test case for PHP_5_3's PDO_OCI that fixes bug #41996. Should cleanly apply to HEAD, too. Martin Index: oci_statement.c === RCS file: /repository/php-src/ext/pdo_oci/oci_statement.c,v retrieving revision 1.25

Re: [PHP-DEV] Patch for #41996

2008-07-21 Thread Pierre Joye
hi Martin! On Mon, Jul 21, 2008 at 12:18 PM, Martin Jansen [EMAIL PROTECTED] wrote: Attached is a patch plus test case for PHP_5_3's PDO_OCI that fixes bug #41996. Should cleanly apply to HEAD, too. Applied to HEAD and 5.3, thanks for your work! Cheers, -- Pierre http://blog.thepimp.net |

Re: [PHP-DEV] Patch for #41996

2008-07-21 Thread Martin Jansen
On Mon, Jul 21, 2008 at 7:36 PM, Pierre Joye [EMAIL PROTECTED] wrote: On Mon, Jul 21, 2008 at 12:18 PM, Martin Jansen [EMAIL PROTECTED] wrote: Attached is a patch plus test case for PHP_5_3's PDO_OCI that fixes bug #41996. Should cleanly apply to HEAD, too. Applied to HEAD and 5.3, thanks for

Re: [PHP-DEV] Patch for #41996

2008-07-21 Thread Pierre Joye
hi! On Mon, Jul 21, 2008 at 7:52 PM, Martin Jansen [EMAIL PROTECTED] wrote: On Mon, Jul 21, 2008 at 7:36 PM, Pierre Joye [EMAIL PROTECTED] wrote: On Mon, Jul 21, 2008 at 12:18 PM, Martin Jansen [EMAIL PROTECTED] wrote: Attached is a patch plus test case for PHP_5_3's PDO_OCI that fixes bug