Page 1 of 1

php5 problem

Posted: Thu Feb 08, 2007 1:18 pm
by moiseszaragoza
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

Posted: Thu Feb 08, 2007 2:07 pm
by Kieran Huggins
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.

Posted: Thu Feb 08, 2007 3:25 pm
by moiseszaragoza
Thanks let me try that out

Posted: Thu Feb 08, 2007 4:31 pm
by feyd
Does this thread apply to phpdeveloper.org?

Posted: Mon Mar 05, 2007 8:14 pm
by roberts
hi,

try this
the easy way to settle this is copy all php*.dll (C:\php\extensions) to "windiwos\system32\"

Posted: Mon Mar 05, 2007 9:14 pm
by AKA Panama Jack
The php4build might be the clue.

The php_mysql.dll you are trying to load looks like it might be compiled for PHP4 and most of the dll's created for PHP 4 will not load and run on PHP 5.

Re: php5 problem

Posted: Fri Feb 22, 2008 1:24 pm
by tekn1q
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!!

Re: php5 problem

Posted: Mon Feb 25, 2008 9:02 am
by liljester
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.