Closed iblue closed 8 years ago
Unfortunately there are some backward incompatible changes made in PHP 5.6. Try compiling against PHP 5.5 instead.
For future reference, the change refers to https://github.com/php/php-src/commit/92d27ccb0574f901a107409a7fec92888fa2b82f
@marslangoog The official answer is use a PHP version that reaches complete EOL in a month (on 10 Jul 2016)? Forget PHP 5.5 or 5.6, when is support for 7.0 coming? PHP 5.6 stops non-security fixes in 6 months!
This makes it unpalatable to compile the extension in Fedora 24. The barrier to entry to app engine is sometimes astonishing.
Yup. App Engine is useless for anyone running supported versions of PHP.
Totally waste of time. Very poor documentation provided by google. Not working for ubuntu 16.04 and php 7.0
The insanity here is that no PHP version currently supported (meaning no version that hasn't reached end of life) is supported by App Engine!
The default g++ is:
PHP is
Note: I also tried g++ 4.7 and g++ 5.2 by setting
CXX=g++-4.7
before./configure
I tried the following:
And I get a compiler error