php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43071 Mysqlnd is breaking Debug windows builds
Submitted: 2007-10-22 20:02 UTC Modified: 2007-10-23 10:24 UTC
From: auroraeosrose@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.3CVS-2007-10-22 (CVS) OS: WinXPSP2
Private report: No CVE-ID: None
 [2007-10-22 20:02 UTC] auroraeosrose@php.net
Description:
------------
Building snapshots with --enable-debug on win32 (MSVC6 - but hits all of them) gives you this lovely error

mysqlnd.c
c:\build\php5.3-cvs\ext\mysqlnd\mysqlnd.c(2035) : error C2039: '_free_dbg' : is not a member of 'st_mysqlnd_debug_methods'
        c:\build\php5.3-cvs\ext\mysqlnd\mysqlnd_debug.h(31) : see declaration of 'st_mysqlnd_debug_methods'

and then in a little bit

NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\cl.exe' : return code '0x2'
Stop.

I'd really like to get some debug builds of 5.3 going on windows (so I can hunt down some weird leakages) - Thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-23 10:24 UTC] andrey@php.net
Fixed in 5_3 branch/HEAD.

Thanks for head up!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 23:01:29 2024 UTC