]> granicus.if.org Git - php/commit
Make oci_set_*($connection,...) errors retrievable via oci_error($connection).
authorChristopher Jones <sixd@php.net>
Fri, 6 Sep 2013 01:18:29 +0000 (18:18 -0700)
committerChristopher Jones <sixd@php.net>
Fri, 6 Sep 2013 01:18:29 +0000 (18:18 -0700)
commit4b778faa8014947390d55dbc71e15ae0d7aca53a
tree64b18f29a5ae3362f790be7bd19c745ffb2a0f2b
parent6ece5503942a1d8c4a78504161f9466e9e14fed2
Make oci_set_*($connection,...) errors retrievable via oci_error($connection).
Improve some error handling to produce error text on some rare edge cases.
Disambiguate the Oracle library function call return status values from ORA error numbers.
Review and unify error data types.
ext/oci8/oci8.c
ext/oci8/oci8_collection.c
ext/oci8/oci8_dtrace.d
ext/oci8/oci8_interface.c
ext/oci8/oci8_lob.c
ext/oci8/oci8_statement.c
ext/oci8/package.xml
ext/oci8/php_oci8_int.h