Now I'm stumped.
I started again with the intent of making the file structure make more sense and also to do it without wamp5. The main directory would be F:/Business/Web . Under that I have a /Programs and a /Site/root . I unloaded the old and reinstalled.
I added:
PHPIniDir "F:/Business/Web/Programs/PHP" (no equal sign)
and it worked but it's having a problem finding php_mysql.dll and php_mysqli.dll
I read the FAQ and the earlier message. I checked the phpinfo() and the configuration file is in the appropriate directory (F:/Business/Web/Programs/PHP)
The libmysql.dll is in the same path as the ini.
In the php.ini I have the lines:
extension_dir = "../php/ext/"
and
extension=php_mysql.dll
extension=php_mysqli.dll
It finds the other dlls. And the php_mysql.dll is in the directory with the others.
it tells me it cant find it but it finds the others. Any ideas?
I wish I was younger so I could pull out more hair.
😕