summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorULF WENDEL <uw@php.net>2012-10-22 13:35:06 +0200
committerULF WENDEL <uw@php.net>2012-10-22 13:35:06 +0200
commit7d9114f2b2f271eeb43a910b310cc972f8b8368d (patch)
tree505eb6fe98b26c6f59c8fcab41fdda75fed03ca6 /ext/oci8/php_oci8_int.h
parent917639d4631b456f8ffd959a3c523071c3e9c8b5 (diff)
parent0afca669583cfcc8b80c3bd74353aff51e1da73f (diff)
downloadphp-git-7d9114f2b2f271eeb43a910b310cc972f8b8368d.tar.gz
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: (27 commits) Re-fixed bug #60901 (Improve "tail" syntax for AIX installation) updated NEWS update NEWS updated NEWS Fixed bug #63284 PCRE upgrade to 8.31 preg indenpent test script for #63055 Update libmagic.patch Add fix & missing fix Add fix & missing fix Fixed bug #63307 (Unused variable in oci8.c) Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) - Updated to version 2012.7 (2012g) SUpport newer bisons. Merge the fix for #61964 to 5.3, which will fix #63304 add protection against core dumps if the underlying library returns 0x0 for some reason indent better fix for #63055 Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) I forgot that inconsistent is only avaliable in debug mode Add comments ...
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h
index 724e8bae56..b0d65164c5 100644
--- a/ext/oci8/php_oci8_int.h
+++ b/ext/oci8/php_oci8_int.h
@@ -289,6 +289,7 @@ typedef struct { /* php_oci_out_column {{{ */
zend_bailout(); \
break; \
case 22: \
+ case 28: \
case 378: \
case 602: \
case 603: \