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
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: auroraeosrose@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 08 23:01:32 2025 UTC