Skip to content

Commit fc458ee

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: mysqlnd: Remove unnecessary check for HAVE_ZLIB
2 parents c773dd8 + a230717 commit fc458ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define MYSQLND_DBG_ENABLED 0
4747
#endif
4848

49-
#if defined(MYSQLND_COMPRESSION_WANTED) && defined(HAVE_ZLIB)
49+
#if defined(MYSQLND_COMPRESSION_WANTED)
5050
#define MYSQLND_COMPRESSION_ENABLED 1
5151
#endif
5252

0 commit comments

Comments
 (0)