mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
- Fixed bug #60267 (Compile failure with freetds 0.91)
This commit is contained in:
parent
25ccd72217
commit
8b9d42417f
3
NEWS
3
NEWS
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user