summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-12-15 14:48:24 +0000
committerAndrey Hristov <andrey@php.net>2009-12-15 14:48:24 +0000
commit70690e1163c8886cfabca92e6bd8baa0fea807e9 (patch)
tree62b95906b5103c9a31fec91ba3450eceeb2df4d2 /ext/mysqlnd/mysqlnd.h
parent523471f7e838cd2c19ae758dfbb99930f820b529 (diff)
downloadphp-git-70690e1163c8886cfabca92e6bd8baa0fea807e9.tar.gz
remove C++ comments
Diffstat (limited to 'ext/mysqlnd/mysqlnd.h')
-rw-r--r--ext/mysqlnd/mysqlnd.h4
1 files 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)