PHP 5.1.5 and PDO_MYSQL

snaaps

Verified User
Joined
Jan 29, 2005
Messages
230
Location
Netherlands
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:

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

But I think these must be:
PHP:
./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?
 
Back
Top