Browse Source
Update PHP 5 version to 7 in header comments
pull/2644/head
Peter Kokot
9 years ago
committed by
Joe Watkins
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
2 changed files with
3 additions and
3 deletions
-
ext/oci8/oci8_failover.c
-
ext/shmop/shmop.c
|
|
@ -1,6 +1,6 @@ |
|
|
/* |
|
|
/* |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
| PHP Version 5 | |
|
|
|
|
|
|
|
|
| PHP Version 7 | |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
| Copyright (c) 1997-2016 The PHP Group | |
|
|
| Copyright (c) 1997-2016 The PHP Group | |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
@ -40,7 +40,7 @@ |
|
|
#include "php_oci8.h" |
|
|
#include "php_oci8.h" |
|
|
#include "php_oci8_int.h" |
|
|
#include "php_oci8_int.h" |
|
|
|
|
|
|
|
|
/* {{{ callback_fn() |
|
|
|
|
|
|
|
|
/* {{{ callback_fn() |
|
|
OCI TAF callback function, calling userspace function */ |
|
|
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) |
|
|
sb4 callback_fn(OCISvcCtx *svchp, OCIEnv *envhp, php_oci_connection *fo_ctx, ub4 fo_type, ub4 fo_event) |
|
|
{ |
|
|
{ |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
/* |
|
|
/* |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
| PHP version 5 | |
|
|
|
|
|
|
|
|
| PHP version 7 | |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
| Copyright (c) 1997-2017 The PHP Group | |
|
|
| Copyright (c) 1997-2017 The PHP Group | |
|
|
+----------------------------------------------------------------------+ |
|
|
+----------------------------------------------------------------------+ |
|
|
|