From 00929ff9ac9a2b2ae2a3907eca8af182c31f79a5 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 20 Mar 2002 01:31:22 +0000 Subject: - Fixed bug: #16139 (compile failure with Mysql 4.0.1) - Some tests were only run when compiling with the bundled libs. (caused some compile warnings with external mysql libs) - Another try to fix the zlib issue..(uncompress) --- ext/mysql/php_mysql.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index c859beaece..10c1f78fd6 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -60,11 +60,7 @@ static int le_result, le_link, le_plink; #include "php_ini.h" -#if HAVE_MYSQL_MYSQL_H -# include -#else # include -#endif #ifdef HAVE_MYSQL_REAL_CONNECT # ifdef HAVE_ERRMSG_H -- cgit v1.2.1