From:             [EMAIL PROTECTED]
Operating system: WinXPSP2
PHP version:      5.3CVS-2007-10-22 (CVS)
PHP Bug Type:     Compile Failure
Bug description:  Mysqlnd is breaking Debug windows builds

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


-- 
Edit bug report at http://bugs.php.net/?id=43071&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43071&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43071&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43071&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43071&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43071&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43071&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43071&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43071&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43071&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43071&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43071&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43071&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43071&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43071&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43071&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43071&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43071&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43071&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43071&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43071&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43071&r=mysqlcfg

Reply via email to