diff options
| author | Christopher Jones <sixd@php.net> | 2012-10-18 17:58:36 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2012-10-18 17:58:36 -0700 |
| commit | 25ebd5055378ab62b2f6f453003617059bcc9f4f (patch) | |
| tree | 59aab3ca2ffbd34d5a6ff3d0c3dc474608af75dc /ext/oci8/php_oci8_int.h | |
| parent | 18c077adfc9dbc3cca252941b06b7170ee88aa16 (diff) | |
| parent | 85b0eda4c832fc6ffde0595764b2cee1d741cf41 (diff) | |
| download | php-git-25ebd5055378ab62b2f6f453003617059bcc9f4f.tar.gz | |
Merge branch 'PHP-5.4'
* PHP-5.4:
Fixed bug #63307 (Unused variable in oci8.c)
Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 1 |
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: \ |
