Skip to content

Commit

Permalink
Update PHP 5 version to 7 in header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
petk authored and krakjoe committed Jul 24, 2017
1 parent 418da85 commit c4e11c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/oci8/oci8_failover.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2016 The PHP Group |
+----------------------------------------------------------------------+
Expand Down Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion ext/shmop/shmop.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
| PHP version 5 |
| PHP version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2017 The PHP Group |
+----------------------------------------------------------------------+
Expand Down

0 comments on commit c4e11c8

Please sign in to comment.