Skip to content

Commit 642fb44

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Update PHP 5 version to 7 in header comments
2 parents f116a88 + c4e11c8 commit 642fb44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/oci8/oci8_failover.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| PHP Version 5 |
3+
| PHP Version 7 |
44
+----------------------------------------------------------------------+
55
| Copyright (c) 1997-2016 The PHP Group |
66
+----------------------------------------------------------------------+
@@ -40,7 +40,7 @@
4040
#include "php_oci8.h"
4141
#include "php_oci8_int.h"
4242

43-
/* {{{ callback_fn()
43+
/* {{{ callback_fn()
4444
OCI TAF callback function, calling userspace function */
4545
sb4 callback_fn(OCISvcCtx *svchp, OCIEnv *envhp, php_oci_connection *fo_ctx, ub4 fo_type, ub4 fo_event)
4646
{

ext/shmop/shmop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
+----------------------------------------------------------------------+
3-
| PHP version 5 |
3+
| PHP version 7 |
44
+----------------------------------------------------------------------+
55
| Copyright (c) 1997-2017 The PHP Group |
66
+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)