Ruud Kamphuis
Ruud Kamphuis
Skipper creates a new client for every request. This is because Skipper handles a lot of different traffic to different servers. So only when the requests comes in, it knows...
That would be even better indeed!
Or, just create a `package.xml` file on the root and instruct people to install it with [Pickle](https://github.com/FriendsOfPHP/pickle#introduction). It can install from PECL but also from source: ```bash $ pickle install...
Create a file in this repository called `.github/workflows/build-and-test.yml` and copy the contents of this example: https://github.com/php-memcached-dev/php-memcached/blob/master/.github/workflows/build-and-test.yml Then modify it according to your needs, like Travis. Commit it to main, and...
Same issue here. Our apex / root domain already has a `TXT` record for `SPF` and getting this error: ``` InvalidChangeBatch: [Tried to create resource record set [name='domain.tld.', type='TXT'] but...
@mariusmarais Thanks that worked for me :)
@lyrixx When you say "did not fix this issue" what do you mean? Because we are using this and it works great: ```php
@gonzaloalonsod You're commenting on an issue from 2018 .... in Spanish. Come on.
The unreleased version works fine with PHP 8.1 and PHP 8.2, it just needs a [tagged release](https://github.com/phpredis/phpredis/issues/2339). According to https://github.com/phpredis/phpredis/issues/2339 it will happen soon. Therefore we can close this.
Does this issue also happen on `develop`? It seems that [6.0.0RC1 was tagged 2 days ago](https://github.com/phpredis/phpredis/issues/2339#issuecomment-1656825906) (not on PECL though).