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

PHP 7 support ready? #3

Closed
DanielDent opened this issue Jan 13, 2016 · 2 comments
Closed

PHP 7 support ready? #3

DanielDent opened this issue Jan 13, 2016 · 2 comments
Assignees

Comments

@DanielDent
Copy link

How ready is this for production use? It appears to compile. If it is somewhat stable, which branches do you recommend? Non blocking IO seems nice, but I'm unclear whether that branch is experimental work or completed work.

Thanks for your work on this module.

@szabolcsbalogh
Copy link
Contributor

i used branch naming, that is on pecl.php.net.

master (on pecl.php.net) is memcache v 2.2.7 rewritten for php7 in my php7 branch. Tests should pass on linux, windows i didn't tested.

NON_BLOCKING_IO (on pecl.php.net) branch is v 3.0.9-dev rewritten for php7 in my NON_BLOCKING_IO_php7 branch.

See http://marc.info/?l=pecl-dev&m=144906217213648&w=2. If you avoid udp connection to memcache, i think it should be stable. I'm using it in production, and i didn't have any problems with it yet.

Also you an see issue #2, and ask them if this works for him.

@szabolcsbalogh szabolcsbalogh self-assigned this Jan 13, 2016
@DanielDent
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants