Thanks devinmke - I have read the section you recommend and I think I have implemented them correctly. Therefore perhaps I am missing or do not understanding something. I have verified the following:
C:\PHP\;C:\PHP\ext\; is in the windows path environment variable
PHP.ini
I have set the extensions path as follows: extension_dir=C:\PHP\exe
The only loaded extensions that I have removed the leading ";" are as follows:
extension=php_mysql.dll
extension=php_mysqli.dll
Because the documentation says that libmysql.dll & libmysqli.dll are "bundled" with the respective mysql extensions I have not loaded them in the php.ini. Nor are thy listed there.
I also discovered that libmysql extensions are not located in the C:\php\ext folder either. I believe I downloaded all the additional PHP5 extensions for Windows and put them all in the \ext folder. Therefore, I am wondering if in fact I need those extensions and where I might find them.
Also do I need to unremark any other extensions in order for mysql or other necessary functions of PHP5 to operate properly?
Thanks - Jody