Annoying getting PHP5 & MySQL to work under AMD64
Ted Roche
tedroche at tedroche.com
Thu Sep 1 14:49:01 EDT 2005
On Sep 1, 2005, at 2:17 PM, Fred wrote:
> I am trying to get a PHP5 (5.1) build to work with MySQL under a 64-
> bit FC3
> installation on AMD 64 system.
Fred:
Please post the results (or point us to the URL) of the page returned
by:
<?php phpinfo(); ?>
On a similar, but not identical system (dual AMD 32-bit and RH9), I
ended up compiling Apache, PHP 5.x and MySQL 4.1x in order to get all
APIs and modules to agree. IIRC, PHP 5.x prefers the mysqli_
interface to the deprecated mysql_ interface (the new one supports
many more features. including transactions for InnoDB tables).
More information about the gnhlug-discuss
mailing list