]> granicus.if.org Git - php/commitdiff
last piece to enable trace logging on windows
authorAndrey Hristov <andrey@php.net>
Fri, 22 Oct 2010 14:34:33 +0000 (14:34 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 22 Oct 2010 14:34:33 +0000 (14:34 +0000)
ext/mysqlnd/mysqlnd.h

index 6f0d67b5ec3e1cc65439deece122f5dc842646ec..29ef3939d849b0f63eb78bf8f1a24849d703dd16 100644 (file)
@@ -44,7 +44,7 @@
 #define MYSQLND_DO_WIRE_CHECK_BEFORE_COMMAND 1
 #endif
 
-#if PHP_DEBUG && !defined(PHP_WIN32)
+#if PHP_DEBUG
 #define MYSQLND_DBG_ENABLED 1
 #else
 #define MYSQLND_DBG_ENABLED 0