Mon Jun 10, 2013 11:10 am |
Replies: 6 |
Views: 15757 |
|
 |
After changing the bin/php.ini without luck, I did a search and found several other php.ini files in the Tech platform directories, for development, for production, under PHP/php.ini, etc.
I opened ...
|
Mon Jun 10, 2013 6:57 am |
Replies: 6 |
Views: 15757 |
|
 |
I also rebooted the machine after these changes.
|
Mon Jun 10, 2013 6:56 am |
Replies: 6 |
Views: 15757 |
|
 |
Prior to my initial post I enabled php_mysql.dll
And I added:
Extension=php_pdo.dll
But can not find pdo.dll on my machine. Is php_pdo.dll the same thing?
Charles
|
Sun Jun 09, 2013 1:39 pm |
Replies: 6 |
Views: 15757 |
|
 |
I recently installed tech platform 8.1 - Win32 and MySQL version 5.6.10. I can access the database using the 'old standard methods' without any problems:
This works fine:
$dbc = mysql_connect( $ ...
|