snaaps
Verified User
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:
But I think these must be:
An other question is about the =shared, is this the correct way to enable PDO on a directAdmin server?
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?