Hello. I've worked on getting the mysql.dll module to communicate within my PHP version 5.4.11 for several days with limited success so far. What irks me is that whenever I try and verify modifications that I make to the php.ini file, nothings seems to update at http://localhost/phpinfo.php Of several other changes that I've attempted within the php.ini include fastcgi.impersonate="1" fastcgi.logging="0" date.timezone="America\New_York etc.. but nothing seems to show on the info page. I've ensured that the extension_dir="" is correct. My PHP folder has been moved to C:\ with the "ext" folder contained inside and mysql.lib is located in Win32. Handler mapping for Fast CGI has all been redirected to reflect the above stated document pathways. Anyone have suggestions? Ultimately, I'm trying to get Dreamweaver to allow a connection from my PHP page to a small mysql data table. Thanks!
↧