-
-
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
PHP5.5 multiple compile errors (32bit) "illegal use of zend_object_iterator, unclassified identifier" #810
Comments
Could you please try this tree: https://github.com/sjinks/cphalcon/tree/issue-810 And see if it compiles for you? |
no, sorry, does not. |
add
to
to
Let me know if that works. |
@swen100 can you try compiling from the current master? |
i get the following error when i want to compile 32bit with Visual-Studio 2012:
ext\phalcon\phalcon.c(41523) : error C2275: 'zend_object_iterator': illegal use of this type as an expression
c:\php-sdk\php55\vc11\x86\php-5.5.0\zend\zend_iterators.h(29): see declaration of 'zend_object_iterator'
ext\phalcon\phalcon.c(41523) : error C2065: 'it': unclassified identifier
I used the most recent code of Phalcon.
The text was updated successfully, but these errors were encountered: