Hi everyone.
Here are my specs
Apache 2
PHP 5.1.2
I knw that php5 doesnt have the mysql lib addded into it so i copied the whole ext folder to c:\php
so now the extension folder is c:\php\ext
And i set the extension_dir value to that.
But when i do a phpinfo() and execute it
It says c:\php5
i tried changing extension_dir value but that c:\php5 stays the same
I need to load the php_mysql.dll extension but it doesn't work because of this.
Php 4 worked perfectly and i could see the MySQL module when phpinfo() was executed..
I tried searching for a solution for this problem on the web and coudn't get an answer..I used the php msi installer to install php..
Please help me..
thanks a lot!