facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.13k stars 2.98k forks source link

Memcached::setSaslAuthData #4789

Open larsschenk opened 9 years ago

larsschenk commented 9 years ago

When I tried to migrate a nginx/php-fpm app to hhvm on heroku I found that Memcached and SASL does not work anymore.

Error says:

add memcached.use_sasl=1 to php.ini

At http://docs.hhvm.com/manual/en/memcached.setsaslauthdata.php I found "NOT SUPPORTED IN HHVM".

Q: Are there official plans/chances to support Memcached::setSaslAuthData ?

tomcastleman commented 9 years ago

I too have just come across this and really need SASL memcached support in HHVM. Are there any plans to implement it @paulbiss ?

paulbiss commented 9 years ago

I don't think anyone here is currently working on it. It's on the radar now, but the fastest way to get it done would be for someone to send us a PR.