Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f992864

Browse files
PHP 5 is dead, long live PHP 7
This commit removes support for PHP 5 by getting rid of all of our Zend compatibility layer methods, as well as any call checking against PHP_MAJOR_VERSION or ZEND_MODULE_API_NO. Unit tests are all passing for Redis, RedisCluster, and RedisArray but this should still be considered a work in progress until more testing can be done. Addresses issue #1448
1 parent 627be58 commit f992864

16 files changed

Lines changed: 378 additions & 1506 deletions

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
sudo: required
22
language: php
33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
74
- 7.0
85
- 7.1
96
- 7.2
@@ -16,15 +13,6 @@ matrix:
1613
env: CC=clang
1714
- php: nightly
1815
include:
19-
# php 5.3 is only available on precise
20-
- php: 5.3
21-
dist: precise
22-
- php: 5.4
23-
env: CC=clang
24-
- php: 5.5
25-
env: CC=clang
26-
- php: 5.6
27-
env: CC=clang
2816
- php: 7.0
2917
env: CC=clang
3018
- php: 7.1

0 commit comments

Comments
 (0)