From: Andrey Hristov Date: Mon, 10 Oct 2011 20:49:28 +0000 (+0000) Subject: MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection) X-Git-Tag: php-5.3.9RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68ce999e18531b94ed6220bfacc528ff1c95e1c2;p=php MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connection) QC will need an ifdef-layer to compile with this --- 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 /*