summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_interface.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-07-31 19:21:08 +0000
committerAntony Dovgal <tony2001@php.net>2007-07-31 19:21:08 +0000
commit9efa1d891401aa57685c20fae35f218e2097ea88 (patch)
treedd68ffaaf96c131f885f65a02a5027bdb9613332 /ext/oci8/oci8_interface.c
parent10fabe9092ca7f2543fdeddb9a46fabdf3fc8014 (diff)
downloadphp-git-9efa1d891401aa57685c20fae35f218e2097ea88.tar.gz
MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails)
Diffstat (limited to 'ext/oci8/oci8_interface.c')
-rw-r--r--ext/oci8/oci8_interface.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c
index 427a88b7ec..009ef4d153 100644
--- a/ext/oci8/oci8_interface.c
+++ b/ext/oci8/oci8_interface.c
@@ -2169,3 +2169,12 @@ PHP_FUNCTION(oci_new_collection)
#endif
#endif /* HAVE_OCI8 */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */