File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then
27
27
PKG_CHECK_MODULES([ ZLIB] , [ zlib] )
28
28
PHP_EVAL_LIBLINE($ZLIB_LIBS, MYSQLND_SHARED_LIBADD)
29
29
PHP_EVAL_INCLINE($ZLIB_CFLAGS)
30
- AC_DEFINE ( [ MYSQLND_COMPRESSION_WANTED ] , 1 , [ Enable compressed protocol support] )
30
+ AC_DEFINE ( [ MYSQLND_COMPRESSION_ENABLED ] , 1 , [ Enable compressed protocol support] )
31
31
fi
32
32
33
33
AC_DEFINE ( [ MYSQLND_SSL_SUPPORTED] , 1 , [ Enable core mysqlnd SSL code] )
Original file line number Diff line number Diff line change 46
46
#define MYSQLND_DBG_ENABLED 0
47
47
#endif
48
48
49
- #if defined(MYSQLND_COMPRESSION_WANTED )
50
- #define MYSQLND_COMPRESSION_ENABLED 1
51
- #endif
52
-
53
49
#ifdef ZTS
54
50
#include "TSRM.h"
55
51
#endif
You can’t perform that action at this time.
0 commit comments