c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2275:
'ulong': illegal use of this type as an expression
c:\home\php\php-5.1\Zend\zend_config.w32.h(43):
see declaration of 'ulong'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2146:
syntax error: missing ';' before identifier 'h'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2143:
syntax error: missing ';' before 'identifier'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2065:
'h': undeclared identifier
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann wrote:
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2275:
'ulong': illegal use of this type as an expression
c:\home\php\php-5.1\Zend\zend_config.w32.h(43):
see declaration of 'ulong'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2146:
syntax error: missing ';' before identifier 'h'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2143:
syntax error: missing ';' before 'identifier'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2065:
'h': undeclared identifier
After Andrey's recent commit to the PHP_5_0 branch (to fix the other
build failure I reported) I get this same error there, too.
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Sebastian Bergmann wrote:
Sebastian Bergmann wrote:
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2275:
'ulong': illegal use of this type as an expression
c:\home\php\php-5.1\Zend\zend_config.w32.h(43):
see declaration of 'ulong'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2146:
syntax error: missing ';' before identifier 'h'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2144:
syntax error: '<Unknown>' should be preceded by '<Unknown>'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2143:
syntax error: missing ';' before 'identifier'
c:\home\php\php-5.1\Zend\zend_object_handlers.c(160): error C2065:
'h': undeclared identifierAfter Andrey's recent commit to the PHP_5_0 branch (to fix the other
build failure I reported) I get this same error there, too.
looks like Jani just fixed it