php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67054 Does not build anymore on 5.6.0beta1
Submitted: 2014-04-10 10:10 UTC Modified: 2014-04-11 10:29 UTC
From: phpdev at ehrhardt dot nl Assigned:
Status: Closed Package: mysqlnd_qc (PECL)
PHP Version: 5.6.0beta1 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: phpdev at ehrhardt dot nl
New email:
PHP Version: OS:

 

 [2014-04-10 10:10 UTC] phpdev at ehrhardt dot nl
Description:
------------
The extension does not build anymore with PHP 5.6.0beta1, VC11 Windows. Errors:

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

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

mysqlnd_qc.c
ext\mysqlnd_qc\mysqlnd_qc.c(214) : warning C4244: '+=' : conversion from 'unsigned long' to 'zend_uchar', possible loss of data
ext\mysqlnd_qc\mysqlnd_qc.c(624) : error C2198: 'function through pointer' : too few arguments for call
ext\mysqlnd_qc\mysqlnd_qc.c(786) : error C2198: 'function through pointer' : too few arguments for call
ext\mysqlnd_qc\mysqlnd_qc.c(882) : warning C4113: 'MYSQLND_RES *(__cdecl *)(MYSQLND_CONN_DATA *const )' differs in parameter lists from 'func_mysqlnd_conn_data__store_result'
ext\mysqlnd_qc\mysqlnd_qc.c(884) : warning C4113: 'MYSQLND_RES *(__cdecl *)(MYSQLND_CONN_DATA *const )' differs in parameter lists from 'func_mysqlnd_conn_data__use_result'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\cl.exe"' : return code '0x2'
Stop.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-11 10:29 UTC] phpdev at ehrhardt dot nl
-Status: Open +Status: Closed -PHP Version: 5.6.0alpha3 +PHP Version: 5.6.0beta1
 [2014-04-11 10:29 UTC] phpdev at ehrhardt dot nl
It does compile with the trunk. Something must have changed since alpha3, because it did compile with that PHP-version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC