summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-20 01:31:22 +0000
committerfoobar <sniper@php.net>2002-03-20 01:31:22 +0000
commit00929ff9ac9a2b2ae2a3907eca8af182c31f79a5 (patch)
tree5c2143d83aba7ba0c139b051d8f2f25a1daeb56f /ext/mysql/php_mysql.c
parent92adc9456a285ae67402bc1716c8cf54de8673c8 (diff)
downloadphp-git-00929ff9ac9a2b2ae2a3907eca8af182c31f79a5.tar.gz
- 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)
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c4
1 files changed, 0 insertions, 4 deletions
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 <mysql/mysql.h>
-#else
# include <mysql.h>
-#endif
#ifdef HAVE_MYSQL_REAL_CONNECT
# ifdef HAVE_ERRMSG_H