Using PHP 7.2, the assert in MemcachedBackend.php throws an error, since using a string as argument has been deprecated. Patch will be attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2987753-assert-deprecated-string-argument-1.patch | 594 bytes | martijn houtman |
Issue fork memcache_storage-2987753
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 2.0.x
changes, plain diff MR !4
- 2987753-calling-assert-with
changes, plain diff MR !3
Comments
Comment #2
martijn houtman commentedPatch attached.
Comment #3
a.dmitriiev commentedFixed the error for me with php 7.3 as well
Comment #4
a.dmitriiev commentedComment #9
spleshkaThanks guys for the patch & review - the issue is merged into the latest 2.0.x branch.