[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/package.xml trunk/ext/oci8/oci8.c trunk/e

2011-11-18 Thread Christopher Jones
sixd Fri, 18 Nov 2011 09:59:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319457 Log: Sync to 5.3 and check additional cases for #55748 Bug: https://bugs.php.net/55748 (Closed) multiple NULL Pointer Dereference with zend_strndup()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/package.xml trunk/ext/oci8/oci8.c trunk/e

2011-11-07 Thread Christopher Jones
sixd Mon, 07 Nov 2011 20:10:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=31 Log: Improve OCI8 NLS env creation error messages (#58925) Bug: https://bugs.php.net/58925 (Assigned) No error information available when php_oci_create_env

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2011-10-31 Thread Christopher Jones
sixd Mon, 31 Oct 2011 20:48:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318619 Log: OCI8: improve initialization error message (See bug 60154) Bug: https://bugs.php.net/60154 (Bogus) OCIEnvNlsCreate() failed. please check that

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 17:30:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313681 Log: Patch r313663 and r313665 to allow PECL builds to work with earlier releases Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2011-07-25 Thread Christopher Jones
sixd Mon, 25 Jul 2011 23:40:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313688 Log: Fix cast warning seen on some platforms Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2011-06-10 Thread Christopher Jones
sixd Sat, 11 Jun 2011 00:24:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312039 Log: Fix TSRMLS for Windows build Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U php/php-src/branches/PHP_5_4/ext/oci8/oci8.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/oci8_interface.c branches/PHP_5_3/ext/oci8/oci8_lob.c branches/PHP_5_3/ext/oci8/php_oci8.h branches/PHP_5_4/ext/

2011-06-07 Thread Christopher Jones
sixd Tue, 07 Jun 2011 23:53:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311905 Log: Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 5.4 Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2010-11-10 Thread Christopher Jones
sixd Wed, 10 Nov 2010 18:59:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305257 Log: Improve startup failure error messages Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c U php/php-src/trunk/ext/oci8/oci8.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c trunk/ext/oci8/oci8.c

2010-06-25 Thread Christopher Jones
sixd Fri, 25 Jun 2010 21:09:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300752 Log: Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2) Bug: http://bugs.php.net/52186 (Assigned) phpinfo() shows 10.1

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/oci8/ oci8.c

2010-05-03 Thread Pierre Joye
pajoye Mon, 03 May 2010 19:29:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=298927 Log: - fix build (declaration must be first) Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/oci8.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_3/ext/oci8/php_oci8.h branches/PHP_5_3/ext/oci8/tests/bug51291.phpt branches/PHP_5_3/

2010-03-24 Thread Christopher Jones
sixd Wed, 24 Mar 2010 22:08:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296754 Log: Fixed bug #51291 (oci_error doesn't report last error when called two times) Bug: http://bugs.php.net/51291 (Assigned) oci_error dont report last error

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/tests/pecl_bug16842.phpt trunk/ext/oci8/oci8.c trunk/ext/oci8/tests/pecl_bug16842.phpt

2009-10-01 Thread Jani Taskinen
NEWS? --Jani On 10/01/2009 08:51 AM, Christopher Jones wrote: sixd Thu, 01 Oct 2009 05:51:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=289039 Log: PECL Bug #16842 (oci_error return false when NO_DATA_FOUND is raised) Bug: