Julien Pauli in php.qa (Fri, 6 Feb 2015 10:21:45 +0100):
>Hello
>
>PHP 5.6.6 RC1 is available for testing.
>
>You can download it from
>
>https://downloads.php.net/~jpauli/
>
>The Windows binaries are available at http://windows.php.net/qa/

If I compile from source for Windows I am getting these error messages:

zend_indent.c
Zend\zend_indent.c(72) : warning C4018: '<' : signed/unsigned mismatch
zend_ini.c
zend_ini_parser.c
Zend/zend_ini_parser.c(536) : warning C4273: 'malloc' : inconsistent dll
linkage
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\malloc.h(106) : see previous definition of 'malloc'
Zend/zend_ini_parser.c(543) : warning C4273: 'free' : inconsistent dll
linkage
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\malloc.h(105) : see previous definition of 'free'
zend_ini_scanner.c
zend_interfaces.c
Zend\zend_interfaces.c(328) : warning C4018: '<' : signed/unsigned
mismatch
zend_iterators.c
zend_language_parser.c
Zend/zend_language_parser.c(460) : warning C4273: 'malloc' :
inconsistent dll linkage
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\malloc.h(106) : see previous definition of 'malloc'
Zend/zend_language_parser.c(467) : warning C4273: 'free' : inconsistent
dll linkage
        C:\Program Files (x86)\Microsoft Visual Studio
11.0\VC\INCLUDE\malloc.h(105) : see previous definition of 'free'
zend_language_scanner.c

The signed/unsigned mismatches are quite normal, but I cannot remember
seeing the warning about 'inconsistent dll linkage' before and I really
do not like it. Is this known behaviour when compiling for Windows or
not?

Jan

-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to