From: Andrey Hristov Date: Fri, 22 Oct 2010 14:34:33 +0000 (+0000) Subject: last piece to enable trace logging on windows X-Git-Tag: php-5.4.0alpha1~191^2~775 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25ce8c606c75fd869d523426364dc6498b7d320;p=php last piece to enable trace logging on windows --- diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h index 6f0d67b5ec..29ef3939d8 100644 --- a/ext/mysqlnd/mysqlnd.h +++ b/ext/mysqlnd/mysqlnd.h @@ -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