]> granicus.if.org Git - php/commitdiff
Update PHP 5 version to 7 in header comments
authorPeter Kokot <peterkokot@gmail.com>
Sun, 23 Jul 2017 14:39:30 +0000 (16:39 +0200)
committerJoe Watkins <krakjoe@php.net>
Mon, 24 Jul 2017 09:42:15 +0000 (10:42 +0100)
ext/oci8/oci8_failover.c
ext/shmop/shmop.c

index ab3ba4bd09f0e133acb6475524eb922b78a5e5a5..4711c39f9d5eea990335959ff4bbbf5c01d5a72c 100644 (file)
@@ -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)
 {
index fc9c68ac64bba676b446b08ce51c7e05497a9aea..521a3dcbb12d0c3bf8f529d2526efbf3e8c68cff 100644 (file)
@@ -1,6 +1,6 @@
 /*
    +----------------------------------------------------------------------+
-   | PHP version 5                                                        |
+   | PHP version 7                                                        |
    +----------------------------------------------------------------------+
    | Copyright (c) 1997-2017 The PHP Group                                |
    +----------------------------------------------------------------------+