--- embedaddon/php/ext/oci8/php_oci8_int.h 2012/02/21 23:47:58 1.1.1.1 +++ embedaddon/php/ext/oci8/php_oci8_int.h 2014/06/15 20:03:52 1.1.1.4 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -25,7 +25,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_oci8_int.h,v 1.1.1.1 2012/02/21 23:47:58 misho Exp $ */ +/* $Id: php_oci8_int.h,v 1.1.1.4 2014/06/15 20:03:52 misho Exp $ */ #if HAVE_OCI8 # ifndef PHP_OCI8_INT_H @@ -191,7 +191,7 @@ typedef struct { /* php_oci_statement {{{ */ sword errcode; /* last errcode*/ OCIError *err; /* private error handle */ OCIStmt *stmt; /* statement handle */ - char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor recieved from Oracle */ + char *last_query; /* last query issued. also used to determine if this is a statement or a refcursor received from Oracle */ long last_query_len; /* last query length */ HashTable *columns; /* hash containing all the result columns */ HashTable *binds; /* binds hash */ @@ -289,6 +289,7 @@ typedef struct { /* php_oci_out_column {{{ */ zend_bailout(); \ break; \ case 22: \ + case 28: \ case 378: \ case 602: \ case 603: \