[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.42r2=1.43diff_format=u Index:

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

2008-08-28 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)

[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

[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

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.31r2=1.32diff_format=u Index:

[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

[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.28r2=1.29diff_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.26r2=1.27diff_format=u Index:

[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.25r2=1.26diff_format=u Index:

[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.22r2=1.23diff_format=u Index:

[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.20r2=1.21diff_format=u Index:

[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.19r2=1.20diff_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)

[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)

[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)

[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.3r2=1.4ty=u Index: