Joachim Schipper wrote:
On Sat, Jan 14, 2006 at 12:10:56AM -0200, Ricardo Lucas wrote:
It's a stupid question but very useful for me, how can I install or find the
mssql.so extension, or if it not existe what can I do instead?
And if it not exist, why there is a line for that extension in the
php.iniin the package from the ports tree?
That is it!
I'd take a look at
ftp://ftp.openbsd.org/pub/OpenBSD/3.8/packages/i386/php5-mysql-5.0.4.tgz
or php4-mysql-4.4.1p0.tgz in the same directory.
These will be generated by /usr/ports/www/php{4,5}/extensions.
Joachim
Richard is looking for MS SQL, not MySQL.
http://www.php.net/manual/en/ref.mssql.php
To use the MSSQL extension on Unix/Linux, you first need to build
and install the FreeTDS library. Source code and installation
instructions are available at the FreeTDS home page: http://www.freetds.org/
I did not have 3.8 installed, so I don't know what else you will need,
and if there is a port for php(4,5)-mssql. But I can see that there is
msdblib pakcage:
ftp://ftp.openbsd.org/pub/OpenBSD/3.8/packages/i386/freetds-0.63-msdblib.tgz
Cheers,
Rosen