Benjamin Carl

Results 14 comments of Benjamin Carl

The same error for me (like from @ccurtin reported)

Can you please explain what UPGRADE path you refer to @OskarStark. Indeed I've missed to look at the existing PR's and a merge would break those. A possbile upgrade path...

There are some issues combined i think. I need to check the connection behavior. Currently no clue why it wouldn't connect to another host as localhost. But I will check....

There was a bug in the client library used by phpMemAdmin. I've updated this library - Memcached.php - just a few seconds ago. Try to update phpMemAdmin's composer dependencies (Memcached.php)...

@seyfer @tchwpkgorg This really seems to fix the issue and of course - this makes a lot of sense. Never tested with a remote instance. Thank you for your contribution....

So guys have a look @ phpMemAdmin v0.3.0 which now requires Memcached.php 0.4.0 Both Libraries where updated this night so the timeout behavior issue was addressed and not it is...

I will try to simulate some situations with random types of data written by Memcached (PECL) extension and Memcache (PECL) extension so I'm able to handle this correctly and write...

First of all - thanks for your feedback! Maybe i did not get you right but composer runs in the shell as wel?! Please feel free to create this feature...

Currently not. I will add a limit parameter today. I just need to check for a good implementation. Can you please provide some environment information: - version of memcached -...

I've updated Memcached.php just a few seconds ago. Try to update phpMemAdmin's composer dependencies (Memcached.php) - make sure to use >= v0.3.2 ``` composer update ``` should do the trick.