mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove MYSQLND_COMPRESSION_WANTED define
Instead directly define MYSQLND_COMPRESSION_ENABLED. This also matches what config.w32 does.
This commit is contained in:
parent
fc458eee3b
commit
4984bd100b
2 changed files with 1 additions and 5 deletions
|
@ -46,10 +46,6 @@
|
|||
#define MYSQLND_DBG_ENABLED 0
|
||||
#endif
|
||||
|
||||
#if defined(MYSQLND_COMPRESSION_WANTED)
|
||||
#define MYSQLND_COMPRESSION_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
#include "TSRM.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue