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_array_impl.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_array_impl.c')
-rw-r--r--redis_array_impl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/redis_array_impl.c b/redis_array_impl.c
index f5cce83d..f76bac2a 100644
--- a/redis_array_impl.c
+++ b/redis_array_impl.c
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
- +----------------------------------------------------------------------+
| Copyright (c) 1997-2009 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -1196,7 +1194,7 @@ zval_rehash_callback(zend_fcall_info *z_cb, zend_fcall_info_cache *z_cb_cache,
z_cb->params = z_args;
z_cb->retval = z_ret;
-
+
z_cb->no_separation = 0;
z_cb->param_count = 2;