I cannot connect pod_mysql in Netware

Asked

Viewed 33 times

0

I have a Netware IA32 NLM 6 50 server, with Apache 2, PHP 5.0.5 and MYSQL 4.

In the php.ini I’ve already connected the PDO drivers, which is already embedded in PHP 5 and I still can’t 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 solve?

  • 1

    Does Netware exist yet? : ) Try to describe your problem very briefly in the title. To indicate the technologies you use tags which may not be reproduced in the title.

  • Thanks. Apparently Netware still exists. : ) There is no tag for Netware.

  • You installed PDO as a pecl package? In the manual has more details, "PDO Ships with PHP 5.1, and is available as a PECL Extension for PHP 5.0; PDO requires the new OO Features in the core of PHP 5, and so will not run with earlier versions of PHP."

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.