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

Installation Failed #94

Closed
muhammedfatih opened this issue Oct 9, 2015 · 1 comment
Closed

Installation Failed #94

muhammedfatih opened this issue Oct 9, 2015 · 1 comment

Comments

@muhammedfatih
Copy link

Hi,

I tried to install aop-php as described in readme.md, but I couldn't. When I wrote sudo pecl install aop-beta it returns these errors and warnings below (the list is not ordered.):

/private/tmp/pear/temp/AOP/aop.c:813:19: error: non-object type 'void (zend_op_array *)' is not assignable
/private/tmp/pear/temp/AOP/aop.c:1467:77: error: no member named 'Ts' in 'struct _zend_execute_data'
/private/tmp/pear/temp/AOP/aop.c:1554:70: error: too few arguments to function call, single argument 'nested' was not specified
/private/tmp/pear/temp/AOP/aop.c:1692:46: error: too few arguments to function call, single argument 'nested' was not specified
/private/tmp/pear/temp/AOP/aop.c:809:35: warning: incompatible pointer types assigning to 'zval **(*)(zval *, zval *, const zend_literal *)' from 'zend_object_get_property_ptr_ptr_t' (aka 'zval **(*)(zval *, zval *, int, const struct _zend_literal *)') [-Wincompatible-pointer-types]
/private/tmp/pear/temp/AOP/aop.c:810:46: warning: incompatible pointer types assigning to 'zend_object_get_property_ptr_ptr_t' (aka 'zval **(*)(zval *, zval *, int, const struct _zend_literal *)') from 'zval **(zval *, zval *, const zend_literal *)' [-Wincompatible-pointer-types]
/private/tmp/pear/temp/AOP/aop.c:1553:33: warning: implicit declaration of function 'zend_vm_stack_push_nocheck' is invalid in C99 [-Wimplicit-function-declaration]

I use OS X Yosemite as operating system and 5.6.11 as php version.

What should I do?

@muhammedfatih
Copy link
Author

My mistake, my apache configuration about php was wrong. I fixed it.

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

1 participant