From 70690e1163c8886cfabca92e6bd8baa0fea807e9 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 15 Dec 2009 14:48:24 +0000 Subject: [PATCH] remove C++ comments --- ext/mysqlnd/mysqlnd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h index 8b0e01f40c..a3a38c7314 100644 --- a/ext/mysqlnd/mysqlnd.h +++ b/ext/mysqlnd/mysqlnd.h @@ -40,8 +40,8 @@ on production systems, if of course measured performance degradation is not minimal. */ -#if PHP_DEBUG -//#define MYSQLND_DO_WIRE_CHECK_BEFORE_COMMAND 1 +#if A0 && PHP_DEBUG +#define MYSQLND_DO_WIRE_CHECK_BEFORE_COMMAND 1 #endif #if PHP_DEBUG && !defined(PHP_WIN32) -- 2.40.0