-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
0.4.0a compile problem with PHP 5.4 #11
Comments
Thanks for reporting it, status: looking for a solution :) |
ghost
assigned phalcon
May 21, 2012
Hi again, I think it would compile now well, remember to export CFLAGS="-O2 -fno-delete-null-pointer-checks" before phpize. regards |
ghost
mentioned this issue
Jun 29, 2013
Closed
Closed
This was referenced Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Compiling phalcom 0.4.0a with PHP 5.4 results in error at fcall.php line 1055
Not enought argument for get_method
I can compile it by adding NULL as the 4th parameter (const struct _zend_literal *key).
The text was updated successfully, but these errors were encountered: