mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
||||
#endif
|
||||
|
||||
#if defined(MYSQLND_COMPRESSION_WANTED) && defined(HAVE_ZLIB)
|
||||
#if defined(MYSQLND_COMPRESSION_WANTED)
|
||||
#define MYSQLND_COMPRESSION_ENABLED 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue