php5 problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
moiseszaragoza
Forum Commoner
Posts: 87
Joined: Sun Oct 03, 2004 4:04 pm
Location: Ft lauderdale
Contact:

php5 problem

Post 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
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post 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.
User avatar
moiseszaragoza
Forum Commoner
Posts: 87
Joined: Sun Oct 03, 2004 4:04 pm
Location: Ft lauderdale
Contact:

Post by moiseszaragoza »

Thanks let me try that out
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Does this thread apply to phpdeveloper.org?
roberts
Forum Newbie
Posts: 2
Joined: Mon Mar 05, 2007 7:57 pm

Post by roberts »

hi,

try this
the easy way to settle this is copy all php*.dll (C:\php\extensions) to "windiwos\system32\"
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post 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.
tekn1q
Forum Newbie
Posts: 1
Joined: Fri Feb 22, 2008 1:22 pm

Re: php5 problem

Post 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!!
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Re: php5 problem

Post 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.
Post Reply