-
Notifications
You must be signed in to change notification settings - Fork 18
Should be long long on Debian #4
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
Conversation
|
On Debian I still got a segfault. Might be a sign mismatch. See https://bugs.php.net/bug.php?id=69403 with the same error message: |
|
It did not build on Debian without the change in library.h (conflicting types), but the error messages were abundant while building: |
|
After these commits the errors in Debian are reduced a lot: But I am still getting a segfault at var_dump($redis->info("CPU")). I am recompiling all PHP7 builds with these commits. |
Fixed types for better compatibility
|
Additional info on the segfaults on Debian: it segfaults when running 'php [some redis script]', but just quits halfway down the script when running 'sudo php [some redis script]'. I have been testing this on Rasmus' php7 vagrant box: https://github.com/rlerdorf/php7dev |
No description provided.