Till Krüss
c85434bbbb
bump phpunit from 4 to 8
...
# Conflicts:
# composer.json
2020-08-12 11:55:33 -07:00
Till Krüss
fa73623c75
drop php 7.1 and older; add php 8
...
# Conflicts:
# .travis.yml
2020-08-12 11:54:28 -07:00
Till Krüss
60cc950a58
remove Predis\Async from readme
2020-08-12 11:53:52 -07:00
Till Krüss
db82dd9f23
format psr-4
2020-08-12 11:53:12 -07:00
Till Krüss
1bc08d9bcc
add funding to composer.json; update authors
2020-08-12 11:50:57 -07:00
Till Krüss
11e4bb44d0
more reference updates to predishq
2020-08-12 11:50:07 -07:00
Till Krüss
cddb849812
remove gitter
2020-08-12 11:49:42 -07:00
Till Krüss
f2298dd186
update references to predishq
2020-08-12 11:49:37 -07:00
Till Krüss
bceda1d8e6
Merge pull request #625 from AhmedRaafat14/add-php8-support
...
Support PHP 8.0 in v1.1.x
2020-08-12 08:42:08 -07:00
Till Krüss
9f87c849c5
Update .travis.yml
2020-08-12 08:41:50 -07:00
Ahmed Raafat
1382146b03
Add php 8.0 (nightly) to the lines that is allowed to faoil (allow_failures)
2020-08-12 12:22:42 +02:00
Ahmed Raafat
cbc08aa5e7
Add php 8.0 to travis
2020-08-12 11:45:43 +02:00
Till Krüss
de9cd905bb
Update issue templates
2020-08-11 12:05:47 -07:00
Till Krüss
6dd55d7f96
move cweagans/composer-patches as dev dep
2020-08-11 11:08:18 -07:00
Till Krüss
82eb18c6c3
bump version to 1.1.2
v1.1.2
2020-08-11 10:28:15 -07:00
Till Krüss
ac6b813ba9
Merge pull request #616 from nrk/support-php-74
...
Support PHP 7.4 in v1.1.x
2020-08-11 09:48:35 -07:00
Till Krüss
6482956d96
patch tests
...
Taken from: https://github.com/yiisoft/yii/pull/4306 by @samdark
2020-08-11 09:41:04 -07:00
Till Krüss
cf15dd9857
add 7.4 to travis matrix
2020-08-11 08:55:49 -07:00
Till Krüss
597c61a098
fix out of range exception test
2020-08-11 08:43:17 -07:00
Till Krüss
9aa99349b1
Merge pull request #574 from matthewbaggett/v1.1-travis-fixup
...
V1.1 travis fixup
2020-08-11 08:30:12 -07:00
Till Krüss
b6f60f0d72
add funding
2020-08-10 17:02:18 -07:00
Till Krüss
10235d62dc
adjust error message regex
2020-08-10 13:48:17 -07:00
Till Krüss
ec2b1eacd2
Merge pull request #614 from nrk/revert-611-patch-2
...
Revert "Bring travis config up to date"
2020-08-10 13:31:37 -07:00
Till Krüss
9c3605ab33
Merge pull request #613 from nrk/revert-610-patch-1
...
Revert "Add more build targets"
2020-08-10 13:31:20 -07:00
Till Krüss
55e6094954
Revert "Bring travis config up to date"
2020-08-10 13:31:03 -07:00
Till Krüss
15314b726b
Revert "Add more build targets"
2020-08-10 13:30:45 -07:00
Till Krüss
292604edbf
fix HHVM lowercase issue
...
Fatal error: Uncaught Error: Keyword __HALT_COMPILER must be written in lowercase
2020-08-10 13:02:49 -07:00
Till Krüss
fc8f9f5604
Merge pull request #585 from gladx/v1.1
...
Fix test error exception for SELECT command
2020-08-10 12:41:25 -07:00
Till Krüss
77132e6c6b
Merge pull request #589 from funivan/patch-1
...
Fix wiki link
2020-08-10 12:40:46 -07:00
Till Krüss
a7571ef0c7
Merge pull request #583 from Miljan9602/v1.1
...
Fixed wrong annotation for spop method.
2020-08-10 12:40:27 -07:00
Till Krüss
4901408b08
Merge pull request #611 from hannesvdvreken/patch-2
...
Bring travis config up to date
2020-08-10 12:29:13 -07:00
Till Krüss
dd3897b755
Merge pull request #610 from hannesvdvreken/patch-1
...
Add more build targets
2020-08-10 12:28:53 -07:00
Hannes Van De Vreken
6e7dbe05fb
Bring travis config up to date
2020-07-29 03:33:50 +02:00
Hannes Van De Vreken
f0f9d68a8e
Add more build targets
2020-07-29 03:18:56 +02:00
Ivan Shcherbak
bb6f1ee0e3
Fix wiki link
2019-11-25 14:23:35 +02:00
Ali Yousefi
ffcc4bba8c
Fix test error exception for SELECT command
2019-10-06 22:10:17 +03:30
Miljan Rakita
83359dff9a
Fixed wrong annotation for spop method.
...
Spop method has return annotation string, but it returns array.
2019-09-10 19:26:00 +02:00
Matthew Baggett
710b4f901b
Apparently 5.4 and 5.5 aren't available outside of trusty?
2019-08-09 11:54:35 +02:00
Matthew Baggett
f3e46683b9
Sometimes, timing-related tests (read: KeyExpireAtTest::testCanExpireKeys) can fail but then succeed on a retry. So lets automate that retry.
2019-08-09 11:07:43 +02:00
Matthew Baggett
945e05819b
Rejig.
2019-08-09 10:54:47 +02:00
Matthew Baggett
a64b7354e1
Travis fixup
2019-08-09 10:37:19 +02:00
Daniele Alessandri
111d100ee3
Make examples scripts executable only via CLI.
...
This is meant as a basic layer of protection for those cases where the whole
Predis repository is cloned into a path which is publicly exposed by the web
server.
Closes #408
2017-07-12 16:39:17 +02:00
Daniele Alessandri
893215a1d4
Push same changes of #446 to Predis\ClientContextInterface.
...
This also adds a couple of missing changes into the original PR.
2017-07-12 15:34:57 +02:00
Daniele Alessandri
f5d8b9fe2d
Merge remote-tracking branch 'github/pr/446' into v1.1
2017-07-12 15:24:15 +02:00
Daniele Alessandri
722b513cea
Upgrade .php_cs configuration file for php-cs-fixer 2.x
2017-07-12 15:22:58 +02:00
Daniele Alessandri
62774c6cc5
Merge remote-tracking branch 'github/pr/442' into v1.1
2017-07-12 13:37:06 +02:00
Daniele Alessandri
8aa2ded5b0
Merge remote-tracking branch 'github/pr/445' into v1.1
2017-07-12 13:36:17 +02:00
Daniele Alessandri
795c3e41b0
Merge remote-tracking branch 'github/pr/434' into v1.1
2017-07-12 13:31:24 +02:00
Daniele Alessandri
59e616b124
Remove broken badge.
...
Looks like hhvm.h4cc.de is dead.
[ci skip]
2017-07-12 13:30:52 +02:00
Daniele Alessandri
157f658f0b
Fix iterators abstractions for HSCAN and ZSCAN when using PHP 7.2.
...
Closes #488 .
2017-07-12 11:59:35 +02:00