File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if test "$PHP_MSSQL" != "no"; then
13
13
if test "$PHP_MSSQL" = "yes"; then
14
14
15
15
for i in /usr/local /usr; do
16
- if test -f $i/freetds/ include/tds.h; then
17
- FREETDS_INSTALLATION_DIR=$i/freetds
16
+ if test -f $i/include/tds.h; then
17
+ FREETDS_INSTALLATION_DIR=$i
18
18
break
19
19
fi
20
20
done
@@ -27,8 +27,6 @@ if test "$PHP_MSSQL" != "no"; then
27
27
28
28
if test -f $PHP_MSSQL/include/tds.h; then
29
29
FREETDS_INSTALLATION_DIR=$PHP_MSSQL
30
- elif test -f $PHP_MSSQL/freetds/include/tds.h; then
31
- FREETDS_INSTALLATION_DIR=$PHP_MSSQL/freetds
32
30
else
33
31
AC_MSG_ERROR ( Directory $PHP_MSSQL is not a FreeTDS installation directory )
34
32
fi
Original file line number Diff line number Diff line change 65
65
#define NO_MORE_RPC_RESULTS 3
66
66
#define dbfreelogin dbloginfree
67
67
#define dbrpcexec dbrpcsend
68
- typedef unsigned char * LPBYTE ;
68
+ typedef unsigned char * LPBYTE ;
69
+ typedef float DBFLT4 ;
69
70
#else
70
71
#define DBERRHANDLE (a , b ) dbprocerrhandle(a, b)
71
72
#define DBMSGHANDLE (a , b ) dbprocmsghandle(a, b)
You can’t perform that action at this time.
0 commit comments