I am new to Linux and have NEVER compiled PHP. I have PHP 5 and need to
compile it with MS SQL support. Per PHP docs, I installed FreeTDS and tested
it and it works. Now I need to (re)compile PHP to get the support I need to
access MS SQL databases. I am on a Ubuntu 6.06 version of Linux.
Again, P
Mike wrote:
> I am new to Linux and have NEVER compiled PHP. I have PHP 5 and need to
> compile it with MS SQL support. Per PHP docs, I installed FreeTDS and tested
> it and it works. Now I need to (re)compile PHP to get the support I need to
> access MS SQL databases. I am on a Ubuntu 6.06 version
The PHP version that came with Ubuntu 6.06 Linux does not have MS SQL
compiled into it. It seems like most PHPs do not by the PHP docs.
PHP is on the Linux machine. MS SQL Server is on a Windows machine within
the domain. I need to use MS SQL within PHP on the Linux server to access
the MS SQL
Hi!
I'm getting a Bus error probably with PDO. I don't know exactly what
has caused it. I first had the problem with 5.1.4 stable and after
upgrading to 5.2 snap I still get the error. Could this be same as
this: http://pecl.php.net/bugs/bug.php?id=7433. And if it is, is there
a solution? Here's
People:
Let's get real here.
M$ is a commercial entity that views most of it's objects
and interfaces as proprietary product.
Linux, PHP, and almost everything distributed under GPL
is not a commercial entity, or usually has no cost associated.
I've heard of Ubuntu, but I'm not sure whether i
Hi Mike,
There can be a few gotchas compiling PHP (as in the configure or make commands
will fail with no indication as to why). I have only ever installed PHP as an
apache module and with command-line support (the default). The basic procedure
goes like this:
1. download and unpack the php-5