[PHP-DEV] Bug #11105 Updated: Does not compile MSSQL extension From: fmk <email protected>
Date: 06/30/01

ID: 11105
Updated by: fmk
Reported By: senyong <email protected>
Old-Status: Open
Status: Closed
Bug Type: MSSQL related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

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.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-25 00:06:34] senyong <email protected>

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

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11105&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>