summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-10-10 20:49:28 +0000
committerAndrey Hristov <andrey@php.net>2011-10-10 20:49:28 +0000
commit68ce999e18531b94ed6220bfacc528ff1c95e1c2 (patch)
tree3ead27ff1ce29b08e6bb5072c5ca4c411f471f3f /ext/mysqlnd
parentf3d88a7bba33eccb6529837c356f7bf8400c63c1 (diff)
downloadphp-git-68ce999e18531b94ed6220bfacc528ff1c95e1c2.tar.gz
MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection)
QC will need an ifdef-layer to compile with this
Diffstat (limited to 'ext/mysqlnd')
-rw-r--r--ext/mysqlnd/mysqlnd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h
index 90f8872f05..b716e120bc 100644
--- a/ext/mysqlnd/mysqlnd.h
+++ b/ext/mysqlnd/mysqlnd.h
@@ -28,6 +28,7 @@
/* This forces inlining of some accessor functions */
#define MYSQLND_USE_OPTIMISATIONS 0
#define AUTOCOMMIT_TX_COMMIT_ROLLBACK
+#define MYSQLND_SSL_SUPPORTED
#define MYSQLND_STRING_TO_INT_CONVERSION
/*