I have installed php5.1.2 and the mysql module is not loaded. I have the dll in the same directory of the php dll.
in the php.ini I have the following line uncommented: extension=php_mysql.dll
What do you think went wrong?
php itself is working (phpinfo and some other functions) I don't see anything regarding mysql in the phpinfo.
thanks
you need to copy the corresponding dll in the windows system and system 32 folder
Did you set extension_dir correctly?
That should not be required.
that' s the point , i ran well under winxp
i already copy php_iconv.dll iconv.dll libeasy32.dll and leasy32.dll (not exactly the name) in the system32 , system and loadable extension folder
i'm trying php5 now , but mysql is not built in ....
Thanks,
I did the extension_dir right, and I also set the PATH variable to the extensions directory. Did no good.
The problem was solved when I putted the php.ini in the %system% directory.
Blahh...I am only a programmer. Why do we have to break our heads with all of this setups thing?
finally , i chose php5 and then install the mysql module , work fine then ...