Windows build still seems to be broken:
mysqli.c
c:\projects\php-5.3\zend\zend_execute.h(229) : warning C4018: '>' : signed/unsigned mismatch ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion
ext\mysqli\mysqli.c(792) : error C2065: 'ifdef' : undeclared identifier
ext\mysqli\mysqli.c(792) : error C2146: syntax error : missing ')' before identifier 'HAVE_MYSQLND' ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion ext\mysqli\mysqli.c(792) : error C2121: '#' : invalid character : possibly the result of a macro expansion
ext\mysqli\mysqli.c(1341) : warning C4018: '>' : signed/unsigned mismatch

Looks like VC compiler doesn't like nested macros.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to