- Fixed bug #60267 (Compile failure with freetds 0.91)

This commit is contained in:
Felipe Pena 2011-11-16 12:13:22 +00:00
parent 25ccd72217
commit 8b9d42417f
2 changed files with 8 additions and 0 deletions

3
NEWS
View File

@ -9,6 +9,9 @@ PHP NEWS
(klightspeed at netspace dot net dot au)
. Fixed bug #52624 (tempnam() by-pass open_basedir with nonexistent
directory). (Felipe)
- MS SQL:
. Fixed bug #60267 (Compile failure with freetds 0.91). (Felipe)
- OpenSSL:
. Fixed bug #60279 (Fixed NULL pointer dereference in

View File

@ -26,6 +26,11 @@
#if HAVE_MSSQL
#define MSDBLIB
/* FreeTDS checks for PHP_MSSQL_API for avoid type redefinition */
#ifdef HAVE_FREETDS
#define PHP_MSSQL_API
#endif
#include <sqlfront.h>
#include <sqldb.h>