diff options
author | Sascha Schumann <sas@php.net> | 2000-03-06 22:38:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-03-06 22:38:49 +0000 |
commit | 12b2f2af8f1550f615c6b7ad985d3851f651f11e (patch) | |
tree | 5c9089c12936c4d2aa9a1023d2ead530811263ff /ext/mysql/libmysql/libmysql.c | |
parent | 99e0b36321236c1bcf9d60c1e3ed07050b55a20f (diff) | |
download | php-git-12b2f2af8f1550f615c6b7ad985d3851f651f11e.tar.gz |
Build fixes - MySQL now actually works
Diffstat (limited to 'ext/mysql/libmysql/libmysql.c')
-rw-r--r-- | ext/mysql/libmysql/libmysql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/libmysql/libmysql.c b/ext/mysql/libmysql/libmysql.c index 6be7bd7b7b..888d0e22c9 100644 --- a/ext/mysql/libmysql/libmysql.c +++ b/ext/mysql/libmysql/libmysql.c @@ -1,6 +1,8 @@ /* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ +#define PROTOCOL_VERSION 10 + #define DONT_USE_RAID #if defined(__WIN32__) || defined(WIN32) #include <winsock.h> |