I'm not sure were to post this so i apologise if it's in the wrong place
I am instaling PHP5 and and MySQL so no i need them to talk to each other, but i am having a problem when when i activate the php_mysql.dll
I gett a small error at the buttom that reads
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0
I did oppen the dll and i foun something that did not looked write.
NB10 ¯ÐIE c:\php4build\snap\Release_TS\php_msql.pdb
I could not find php4build on the pc i instaled PHP5
php5 problem
Moderator: General Moderators
- moiseszaragoza
- Forum Commoner
- Posts: 87
- Joined: Sun Oct 03, 2004 4:04 pm
- Location: Ft lauderdale
- Contact:
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
I'm assuming you're on windows since you're looking for DLLs.
It sounds like you have a corrupt version of the download. Download the latest PHP version here (windows binaries): http://www.php.net/downloads.php and replace it.
Also grab the PECL libraries and put them in the ./ext directory, and then make sure to go through your php.ini file and make sure all the paths are correct.
It sounds like you have a corrupt version of the download. Download the latest PHP version here (windows binaries): http://www.php.net/downloads.php and replace it.
Also grab the PECL libraries and put them in the ./ext directory, and then make sure to go through your php.ini file and make sure all the paths are correct.
- moiseszaragoza
- Forum Commoner
- Posts: 87
- Joined: Sun Oct 03, 2004 4:04 pm
- Location: Ft lauderdale
- Contact:
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm
Re: php5 problem
Sorry for the bump but I have the same problem as the topic starter.
I tried what Kieran Huggins said but the problem was still not resolved.
I also tried what roberts suggested but still nothing.
Any other tips would be great.
_________________________
Discounted Softwares!!
I tried what Kieran Huggins said but the problem was still not resolved.
I also tried what roberts suggested but still nothing.
Any other tips would be great.
_________________________
Discounted Softwares!!
Re: php5 problem
sounds like you may not have copied a dll file to the right place. dont forget to move "libmysql.dll" to c:\windows\system32 or none of your mysql extensions will work.
Windows, IIS, MySQL, PHP check this out for php5 instructions for windows.
Windows, IIS, MySQL, PHP check this out for php5 instructions for windows.