|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-06-03 06:36 UTC] RQuadling at GMail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 16:00:01 2025 UTC |
Description: ------------ This extension requires sqlncli.h to be available. If not, the build fails. But configure.js doesn't report this dependency. Adding ... CHECK_HEADER_ADD_INCLUDE('sqlncli.h', 'CFLAGS_SQLSRV_ODBC'); to config.w32 will provide the necessary warning during the configuration process and not halt the build. This applies to both sqlsrv and pdo_sqlsrv