Ferenc Kovacs in php.qa (Fri, 2 May 2014 09:38:46 +0200):
>The second beta for 5.6.0 was just released and can be
>downloaded from:
>
>    *http://qa.php.net/ <http://qa.php.net/>*
>
>The Windows binaries are available at
>
>    http://windows.php.net/qa/
>
>PHP 5.6.0 beta2 contains some new features and bugfixes.
>Please test your code carefully with PHP 5.6.0beta2
>to help us release a stable new PHP version.

A lot of PECL extensions do not build anymore, all with the same error
message.

C:\php-sdk\php56dev>nmake php_apcu.dll

Microsoft (R) Program Maintenance Utility Version 11.00.61030.0
Copyright (C) Microsoft Corporation.  All rights reserved.

apc_bin.c
ext\apcu\apc_bin.c(238) : error C2065: 'IS_CONSTANT_ARRAY' : undeclared
identifier

Sometimes nmake is also complaining about a missing 'IS_CONSTANT_INDEX'.

php_apc.dll, php_wincache.dll, php_qb.dll and php_xcache.dll suffer by
the same error messages.

Jan

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

Reply via email to