I have a NetWare IA32 NLM 6 50 server, with Apache 2, PHP 5.0.5 and MYSQL 4.
In php.ini
I have already connected the PDO drivers, which are already built into PHP 5 and even then I can not communicate with MySQL:
extension=pdo.so
extension=pdo_mysql.so
Error while running php:
Fatal error: Class 'PDO' not found in SYS: /apache2/htdocs/Newsletters/databases.php on line 26
What to do to resolve?