invalid access to memory location

coolwolf / 01/12/2010

If you get “invalid access to memory location” error when try to enable php_mysql.dll MySql extension or php_pgsql.dll PostgreSql extension try this solution:
Add you PostgreSql or Mysql bin path to PATH environment variable.
Right click on My Computer ->
Properties ->
Advanced ->
Environment Variables ->
Find Path in System Variables ->
Click edit ->
First place this -> ; character at the end, then write your bin path or copy and paste it

FILED UNDER : PHP

TAG :

Submit a Comment