php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11105 Does not compile MSSQL extension
Submitted: 2001-05-25 00:06 UTC Modified: 2001-06-30 15:10 UTC
From: senyong at krdl dot org dot sg Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.5 OS: Solaris
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: senyong at krdl dot org dot sg
New email:
PHP Version: OS:

 

 [2001-05-25 00:06 UTC] senyong at krdl dot org dot sg
Compiled latest version PHP 4.05 with database extenstion mssql (./configure --with-mssql) on Sparc/Solaris 2.6 . COmpilation does not give errors , but under ext directory, under mssql subdirectory, no changes are seen at the end of compilation i.e. no object files are seen compiled .

When opened up ./configure script, did not see any instance of mssql , whereas all other databases are defined.

Is this a bug in ./configure script ? 

EWgate.com
Senyong

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 15:10 UTC] fmk@php.net
The MSSQL extension is not available on Solaris (Only windows)

You could use the sybase functions together with FreeTDS and configure like this:

./configure --with-sybase=/usr/local/freetds ...

The sybase extension includes functions aliases that allows you to use mssql_connect etc. but it is still the sybase functions you are calling.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 22:01:32 2024 UTC