php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59798 configure.js doesn't report a dependency that, if missing, will fail the build
Submitted: 2011-06-03 06:24 UTC Modified: 2011-06-03 06:36 UTC
From: rquadling@php.net Assigned:
Status: Not a bug Package: sqlsrv (PECL)
PHP Version: 5_3 SVN-2011-06-03 (dev) OS: Windows XP SP3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rquadling@php.net
New email:
PHP Version: OS:

 

 [2011-06-03 06:24 UTC] rquadling@php.net
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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-03 06:36 UTC] RQuadling at GMail dot com
My mistake.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC