php - Wampserver Orange - PHP_curl.dll -


my wampserver orange , won't change.

when go onto apache error log get

php warning:  php startup: unable load dynamic library 'c:/wamp/bin/php/php5.4.3  /    ext/php_curl.dll' - application has failed start because  side-by-side configuration incorrect. please see application event log or]  use command-linesxstrace.exe tool more detail.\r\n in unknown on line 0   

i understand common problem relating php_curl.dll. have tried many solutions , none work. have tried both php 5.4.3 dll fixes(anindya's blog) , replaced dll file in \wamp\bin\php\php5.4.3\ext. curl ticked , active in php.ini file. extension_dir = "c:/wamp/bin/php/php5.4.3/ext/" ( curl located)

php_curl.dll libeay32.dll ssleay32.dll have been copied c:/wamp/bin/php/php5.3.13/ext/ c:\windows\system32.

is there else causing error merely trying install zend , been complicated trying work.

i running wamp 2.2 on windows 7 64 bit. have restarted wamp after making changes.

1st. close wamp if using.

2nd. you'll %wamp% / bin / php / (tuversion)

3rd. edit php.ini -> find word curl, uncomment remove semicolon) extension = php_curl.dll , guards

4th. %wamp% /bin/apache/(your_version)/bin

5th. edit php.ini -> find word curl, same uncomment (remove semicolon) extension = php_curl.dll , guards

6th. lift wamp again , ready.

should work this..


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -