Skip to content

Commit

Permalink
PHP 5 is dead, long live PHP 7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
michael-grunder committed Jan 27, 2019
1 parent 627be58 commit f992864
Show file tree
Hide file tree
Showing 16 changed files with 378 additions and 1,506 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
@@ -1,9 +1,6 @@
sudo: required
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
Expand All @@ -16,15 +13,6 @@ matrix:
env: CC=clang
- php: nightly
include:
# php 5.3 is only available on precise
- php: 5.3
dist: precise
- php: 5.4
env: CC=clang
- php: 5.5
env: CC=clang
- php: 5.6
env: CC=clang
- php: 7.0
env: CC=clang
- php: 7.1
Expand Down

0 comments on commit f992864

Please sign in to comment.