Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-01-08 05:05:50 +0300
committerTyson Andre <tysonandre775@hotmail.com>2020-01-14 02:41:03 +0300
commit0ef488fca7858fc99c0d0cbe70e85281fe33c61f (patch)
tree1e88b918c851eaeb43200d0b859292738df9241c /redis.c
parent7a79ad9c27b1152a199fa411870767625bbf53a5 (diff)
Remove "PHP Version 5" section
package.xml has a minimum version of 7.0 PHP 8.0 will probably be out in around a year.
Diffstat (limited to 'redis.c')
-rw-r--r--redis.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/redis.c b/redis.c
index 491cdbfe..9d7e7204 100644
--- a/redis.c
+++ b/redis.c
@@ -1,8 +1,6 @@
/* -*- Mode: C; tab-width: 4 -*- */
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
- +----------------------------------------------------------------------+
| Copyright (c) 1997-2009 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |