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

MemcachePool not found #2

Closed
digitalkaoz opened this issue Nov 14, 2015 · 7 comments
Closed

MemcachePool not found #2

digitalkaoz opened this issue Nov 14, 2015 · 7 comments
Assignees

Comments

@digitalkaoz
Copy link

hey, thanks for porting :)

if i use this extension (i checked in phpinfo, and yes its loaded) i get: ClassNotFoundException: Attempted to load class "MemcachePool" from the global namespace. Did you forget a "use" statement? i guess, the object oriented layer is missing in the pecl extension?

my php env:

$ php --version
PHP 7.0.0RC6 (cli) (built: Oct 29 2015 13:46:05) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies

but if i use the attached memcache.php it seems to work :/

@digitalkaoz digitalkaoz changed the title unable to use it MemcachePool not found Nov 14, 2015
@szabolcsbalogh
Copy link
Contributor

i ported master branch, which seems to be a continue of release 2.2.7...
tag with 3.0.8 is a commit with full source, last branched commit is 3.0.6, so i need to solve, from which point to port it again

@szabolcsbalogh szabolcsbalogh self-assigned this Nov 14, 2015
@digitalkaoz
Copy link
Author

i guess use 3.0.8 ?! and yes afaik the class was introduced in the 3.x Branch...

@digitalkaoz
Copy link
Author

@szabolcsbalogh are you willing to re-port the 3.x branch?

@szabolcsbalogh
Copy link
Contributor

yes, i started to work on it.

@digitalkaoz
Copy link
Author

:-*

@szabolcsbalogh
Copy link
Contributor

take a look at branch NON_BLOCKING_IO_php7

the original php5 version is buggy, but i tried my best, and i have less failing tests on php7 version than on php5. UDP protocol have problems, and can end up in an infinity loop, so try to not use it for now.

@digitalkaoz
Copy link
Author

works like a charm :-*

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