PDA

View Full Version : PHP 5.1.5 and PDO_MYSQL



snaaps
02-27-2007, 04:51 AM
Hello,

I have a litle question:

Whe run PHP5.1.5 and suPHP.
Now whe want to install the PDO_MYSQL module.

But I can not find the extension: extension=pdo.so
Must whe dowload somethinks?

On http://lt.php.net/manual/en/ref.pdo.php the said:


./configure --with-zlib --enable-pdo=shared --with-pdo-sqlite=shared --with-sqlite=shared


But I think these must be:

./configure --with-zlib --enable-pdo=shared --with-pdo-mysql=shared --with-mysql=shared


An other question is about the =shared, is this the correct way to enable PDO on a directAdmin server?