mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: mysqlnd: Remove unnecessary check for HAVE_ZLIB
This commit is contained in:
commit
fc458eee3b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
#define MYSQLND_DBG_ENABLED 0
|
#define MYSQLND_DBG_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MYSQLND_COMPRESSION_WANTED) && defined(HAVE_ZLIB)
|
#if defined(MYSQLND_COMPRESSION_WANTED)
|
||||||
#define MYSQLND_COMPRESSION_ENABLED 1
|
#define MYSQLND_COMPRESSION_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue