Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PHP 8.0 #13

Merged
merged 7 commits into from
Aug 8, 2021
Merged

Support for PHP 8.0 #13

merged 7 commits into from
Aug 8, 2021

Conversation

boesing
Copy link
Member

@boesing boesing commented Aug 8, 2021

Q A
New Feature yes

Description

Even tho, the memcached extension does not officially support PHP 8.0 (as of php-memcached-dev/php-memcached#466), it seems that the extension is available somehow. So here it is, PHP 8.0 support.

Fixes #2

@boesing boesing added this to the 1.2.0 milestone Aug 8, 2021
boesing added 4 commits August 8, 2021 15:55
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
boesing added 3 commits August 8, 2021 16:08
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Fixes phpunit issue

```
LaminasTest\Cache\Storage\Adapter\MemcachedTest::testExceptionCodeIsPassedToRuntimeExceptionWhenTotalSpaceRequestFails
PHPUnit\Framework\MockObject\IncompatibleReturnValueException: Method getStats may not return value of type boolean, its return declaration is "array|false"
```

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing merged commit cb17cd2 into 1.2.x Aug 8, 2021
@boesing boesing deleted the feature/php80 branch August 8, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8.0 support
1 participant