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

2009-03-09 Thread Christopher Jones
sixdMon Mar 9 20:19:38 2009 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: Use PHP 5 function name in error message http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/oci8/oci8_

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

2008-08-27 Thread Christopher Jones
sixdThu Aug 28 06:17:53 2008 UTC Added files: /php-src/ext/oci8/tests bug45458.phpt Modified files: /php-src/ext/oci8 oci8_interface.c Log: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly) http:/

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

2008-04-02 Thread Antony Dovgal
tony2001Wed Apr 2 14:56:03 2008 UTC Modified files: /php-src/ext/oci8 oci8_statement.c oci8_interface.c Log: decrement parent's refcount only when destroying the child, not when decrementing child's refcount http://cvs.php.net/viewvc.cgi/php-src/e

[PHP-CVS] cvs: php-src /ext/oci8 oci8_interface.c oci8_lob.c oci8_statement.c php_oci8_int.h /ext/oci8/tests bug43492_2.phpt bug44008.phpt bug44206.phpt lob_014.phpt lob_021.phpt

2008-02-25 Thread Christopher Jones
sixdMon Feb 25 23:49:51 2008 UTC Added files: /php-src/ext/oci8/tests bug43492_2.phpt bug44008.phpt bug44206.phpt Modified files: /php-src/ext/oci8 oci8_interface.c oci8_lob.c oci8_statement.c php_oci8_int.h

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

2007-08-02 Thread Christopher Jones
sixdThu Aug 2 19:04:21 2007 UTC Added files: /php-src/ext/oci8/tests bug42173.phpt Modified files: /php-src/ext/oci8 oci8_statement.c oci8_interface.c Log: Bug #42173 (INTERVAL and TIMESTAMP type fixes) http://cvs.php.net/view

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

2007-07-31 Thread Antony Dovgal
tony2001Tue Jul 31 21:08:38 2007 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: missing part of the fix for bug #42134 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.31&r2=1.32&diff_format=u Index: php-src/ext/oci8

[PHP-CVS] cvs: php-src /ext/oci8 oci8_interface.c oci8_statement.c /ext/oci8/tests coll_019.phpt define2.phpt define3.phpt define4.phpt define5.phpt

2007-01-11 Thread Antony Dovgal
tony2001Thu Jan 11 11:58:34 2007 UTC Added files: /php-src/ext/oci8/tests define5.phpt define4.phpt define3.phpt define2.phpt coll_019.phpt Modified files: /php-src/ext/oci8 oci8_interface.c oci8_st

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

2007-01-03 Thread Antony Dovgal
tony2001Wed Jan 3 20:45:18 2007 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: use constant http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.28&r2=1.29&diff_format=u Index: php-src/ext/oci8/oci8_interface.c diff -u

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

2006-12-25 Thread Antony Dovgal
tony2001Mon Dec 25 18:57:15 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: mark all LOB functions as Unicode safe http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.26&r2=1.27&diff_format=u Index: php-src/ext/oci8

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

2006-12-23 Thread Antony Dovgal
tony2001Sat Dec 23 14:10:35 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: use add_ascii_assoc_text() http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.25&r2=1.26&diff_format=u Index: php-src/ext/oci8/oci8_interf

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

2006-12-21 Thread Antony Dovgal
tony2001Thu Dec 21 22:50:57 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: temporary fix for oci_error(), just to make it work it should be using add_ascii_assoc_text() instead http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_

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

2006-12-21 Thread Antony Dovgal
tony2001Thu Dec 21 22:08:02 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: added support for CALL statement type (patch by Chris Jones) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.23&r2=1.24&diff_format=u I

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

2006-12-11 Thread Antony Dovgal
tony2001Mon Dec 11 12:33:55 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: prevent any possible problems with negative values http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.22&r2=1.23&diff_format=u Index: php-

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:42:27 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c /php-src/ext/oci8/tests statement_type.phpt Log: add Unicode support to oci_statement_type() http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interfa

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

2006-12-06 Thread Antony Dovgal
tony2001Wed Dec 6 16:36:28 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: mark most of the OCI8 functions as unicode aware http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.20&r2=1.21&diff_format=u Index: php-src

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

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 23:03:23 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c oci8_lob.c php_oci8_int.h Log: fix type mess (thanks again, Chris) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.19&r2=1.20&diff_format=u

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

2006-07-30 Thread Antony Dovgal
tony2001Sun Jul 30 20:50:53 2006 UTC Added files: /php-src/ext/oci8/tests bug38173.phpt Modified files: /php-src/ext/oci8 php_oci8_int.h oci8_statement.c oci8_interface.c Log: fix #38173 (Freeing nested cursors causes OCI8 to

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

2006-03-28 Thread Antony Dovgal
tony2001Tue Mar 28 09:13:22 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: MF51: fix #36851 (Documentation and code discrepancies for NULL data) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.14&r2=1.15&diff_

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 15:47:38 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: change oci_field_type() to return VARCHAR2 instead of VARCHAR (fixes feature request #36800) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_interfac

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

2006-01-31 Thread Antony Dovgal
tony2001Tue Jan 31 18:36:59 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c oci8_statement.c php_oci8_int.h Log: fix #36235 (ocicolumnname delivers empty results before a succesfull ocifetch) http://cvs.php.net/viewcvs.cgi/php-src/ext/oc

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

2005-09-07 Thread Antony Dovgal
tony2001Wed Sep 7 04:58:35 2005 EDT Modified files: /php-src/ext/oci8 oci8_interface.c Log: don't try to fetch resource when there is 0 args http://cvs.php.net/diff.php/php-src/ext/oci8/oci8_interface.c?r1=1.3&r2=1.4&ty=u Index: php-src/ext/oci8/oc