|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-10-23 10:24 UTC] andrey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 27 17:00:01 2025 UTC |
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