Hi,
I was compiling PHP 5.4 SVN for Windows and noticed that the NTS Debug
version does not compile correctly if mysqlnd is enabled. The ZTS Debug,
ZTS Release and NTS Release versions work without any problems. Also,
PHP 5.3 in all 4 variants (Debug/Release, NTS/ZTS) has no problems.
I've attached the error messages I got as a text file, I apologize in
advance for the German error messages, the Visual Studio version I have
I have no idea how to make it output English messages. (There appears to
be no LC_ALL=C in Windows.) However, it should be easy to search for the
corresponding error message IDs if you have trouble understanding the
messages.
To summarize the error, it chokes on the following statements:
mysqlnd_driver.c, 100:
DBG_ENTER("mysqlnd_error_list_pdtor");
mysqlnd_driver.c, 104:
DBG_VOID_RETURN;
Since I have no idea whatsoever about the internals of mysqlnd, I'm
posting this to the list.
Regards,
Christian