[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/oci8/tests bug46994.phpt

2009-03-11 Thread Christopher Jones
sixdWed Mar 11 16:46:38 2009 UTC Added files: /php-src/ext/oci8/tests bug46994.phpt Modified files: /php-src/ext/oci8 oci8_statement.c Log: Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h

2009-03-09 Thread Christopher Jones
sixdMon Mar 9 20:58:13 2009 UTC Modified files: /php-src/ext/oci8 php_oci8_int.h oci8_statement.c Log: Make non-public prototype match the type passed at call http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8_int.h?r1=1.48r2=1.49diff_format=u

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/oci8/tests bind_char_1.phpt bind_char_2.phpt bind_char_3.phpt bind_char_4.phpt bug41069.phpt

2008-03-04 Thread Christopher Jones
sixdTue Mar 4 21:45:55 2008 UTC Added files: /php-src/ext/oci8/tests bind_char_1.phpt bind_char_2.phpt bind_char_3.phpt bind_char_4.phpt bug41069.phpt Modified files:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2007-07-16 Thread Antony Dovgal
tony2001Mon Jul 16 19:16:00 2007 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: more build fixes http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.46r2=1.47diff_format=u Index: php-src/ext/oci8/oci8_statement.c diff

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2007-06-05 Thread Antony Dovgal
tony2001Tue Jun 5 07:48:16 2007 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix #41594 (Statement cache is flushed too frequently) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.44r2=1.45diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h

2007-03-01 Thread Antony Dovgal
tony2001Thu Mar 1 23:28:13 2007 UTC Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h Log: MFB: allocate and define descriptors dynamically http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.43r2=1.44diff_format=u

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h /ext/oci8/tests oci_execute_segfault.phpt

2007-01-31 Thread Antony Dovgal
tony2001Wed Jan 31 10:36:20 2007 UTC Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h /php-src/ext/oci8/tests oci_execute_segfault.phpt Log: fix segfault on re-binding and re-executing a statement improve the test patch by

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-12-25 Thread Antony Dovgal
tony2001Mon Dec 25 21:45:09 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: use safe_emalloc() http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.37r2=1.38diff_format=u Index: php-src/ext/oci8/oci8_statement.c

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/oci8/tests array_bind_001.phpt array_bind_003.phpt array_bind_date.phpt array_bind_date1.phpt

2006-11-23 Thread Antony Dovgal
tony2001Thu Nov 23 15:23:10 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c /php-src/ext/oci8/tests array_bind_001.phpt array_bind_003.phpt array_bind_date1.phpt array_bind_date.phpt Log: fix

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/oci8/tests array_bind_006.phpt array_bind_str.phpt array_bind_str1.phpt

2006-11-23 Thread Antony Dovgal
tony2001Thu Nov 23 14:20:59 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c /php-src/ext/oci8/tests array_bind_006.phpt array_bind_str1.phpt array_bind_str.phpt Log: fix oci_bind_array_by_name() in

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 21:55:05 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.34r2=1.35diff_format=u Index: php-src/ext/oci8/oci8_statement.c

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-10-13 Thread Antony Dovgal
tony2001Fri Oct 13 14:26:14 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.31r2=1.32diff_format=u Index: php-src/ext/oci8/oci8_statement.c diff

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-10-12 Thread Antony Dovgal
tony2001Thu Oct 12 10:02:35 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: use connection character set when reading LOB data http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.30r2=1.31diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-10-06 Thread Antony Dovgal
tony2001Fri Oct 6 12:46:08 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column) patch by jeff at badtz-maru dot com

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/oci8/tests debug.phpt

2006-09-12 Thread Antony Dovgal
tony2001Tue Sep 12 11:42:25 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c /php-src/ext/oci8/tests debug.phpt Log: fix leak when binding a variable to the same placeholder several times

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 11:48:50 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix leak on failure http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.21r2=1.22diff_format=u Index: php-src/ext/oci8/oci8_statement.c

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h /ext/oci8/tests bug37581.phpt bug38161.phpt

2006-08-09 Thread Antony Dovgal
tony2001Wed Aug 9 12:13:30 2006 UTC Added files: /php-src/ext/oci8/tests bug38161.phpt Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h /php-src/ext/oci8/tests bug37581.phpt Log: fix #38161

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c /ext/pdo_oci oci_statement.c

2006-03-18 Thread Antony Dovgal
tony2001Sat Mar 18 22:06:45 2006 UTC Modified files: /php-src/ext/pdo_ocioci_statement.c /php-src/ext/oci8 oci8_statement.c Log: MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-02-15 Thread Antony Dovgal
tony2001Wed Feb 15 20:43:38 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-02-03 Thread Antony Dovgal
tony2001Fri Feb 3 14:48:24 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: MF51: fix #36010 (Segfault when re-creating and re-executing statements with bound parameters)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2006-01-20 Thread Antony Dovgal
tony2001Fri Jan 20 11:01:36 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix #36096 (oci_result() returns garbage after oci_fetch() failed)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2005-12-08 Thread Antony Dovgal
tony2001Thu Dec 8 16:22:41 2005 EDT Modified files: /php-src/ext/oci8 oci8_statement.c Log: add 1 to the max_length to keep \0 at its place http://cvs.php.net/diff.php/php-src/ext/oci8/oci8_statement.c?r1=1.10r2=1.11ty=u Index:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2005-12-06 Thread Antony Dovgal
tony2001Tue Dec 6 13:54:34 2005 EDT Modified files: /php-src/ext/oci8 oci8_statement.c Log: MF51: use strlen() to get correct element length http://cvs.php.net/diff.php/php-src/ext/oci8/oci8_statement.c?r1=1.9r2=1.10ty=u Index:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2005-12-01 Thread Antony Dovgal
tony2001Thu Dec 1 08:46:06 2005 EDT Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix potential problem in php_oci_bind_post_exec() when OCIDateToText() fails

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2005-12-01 Thread Antony Dovgal
tony2001Thu Dec 1 14:26:31 2005 EDT Modified files: /php-src/ext/oci8 oci8_statement.c Log: MF51: fix Win32 compile failure http://cvs.php.net/diff.php/php-src/ext/oci8/oci8_statement.c?r1=1.8r2=1.9ty=u Index: php-src/ext/oci8/oci8_statement.c

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c

2005-09-09 Thread Antony Dovgal
tony2001Fri Sep 9 10:00:06 2005 EDT Modified files: /php-src/ext/oci8 oci8_statement.c Log: fix problem appearing when binding empty values http://cvs.php.net/diff.php/php-src/ext/oci8/oci8_statement.c?r1=1.3r2=1.4ty=u Index: