Skip to content

Commit

Permalink
- Fixed bug #60267 (Compile failure with freetds 0.91)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 16, 2011
1 parent 25ccd72 commit 8b9d424
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions ext/mssql/php_mssql.h
Expand Up @@ -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>

Expand Down

0 comments on commit 8b9d424

Please sign in to comment.