summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2017-07-23 16:39:30 +0200
committerJoe Watkins <krakjoe@php.net>2017-07-24 10:42:15 +0100
commitc4e11c8ef379346e15f2dfc9e0d664e0cf8b088e (patch)
tree0b54a2619da5eec3b2d5000779331a2da51bb24a /ext/oci8
parent418da85f1528172fb9df376c17f0fd79faf4aebf (diff)
downloadphp-git-c4e11c8ef379346e15f2dfc9e0d664e0cf8b088e.tar.gz
Update PHP 5 version to 7 in header comments
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/oci8_failover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8_failover.c b/ext/oci8/oci8_failover.c
index ab3ba4bd09..4711c39f9d 100644
--- a/ext/oci8/oci8_failover.c
+++ b/ext/oci8/oci8_failover.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2016 The PHP Group |
+----------------------------------------------------------------------+
@@ -40,7 +40,7 @@
#include "php_oci8.h"
#include "php_oci8_int.h"
-/* {{{ callback_fn()
+/* {{{ callback_fn()
OCI TAF callback function, calling userspace function */
sb4 callback_fn(OCISvcCtx *svchp, OCIEnv *envhp, php_oci_connection *fo_ctx, ub4 fo_type, ub4 fo_event)
{