Windows üzerinde PHP / cURL yükleyin: "Belirtilen modül bulunamadı."

3 Cevap php

I'm running PHP 5.2.3 on Windows 2000 Server with IIS 5. I'm trying to get cURL working, so in my php.ini file, I have this line:

extension_dir = "F: \ PHP \ ext"

Ve sonra, ben var:

extension = php_curl.dll

The file F:\PHP\ext\php_curl.dll exists, but when I try to run any PHP script, I get this in the error log:

PHP Warning: PHP Startup: Unable to load dynamic library 'F:\PHP\ext \php_curl.dll' - The specified module could not be found. in Unknown on line 0

3 Cevap

Sorun çözüldü!

O php_curl.dll bulamadı o değil, aksine gerekli php_curl.dll bir modül bulamadı - hata mesajı The specified module could not be found, bu biraz yanıltıcı olduğunu söyledi rağmen. Gerektiriyorsa 2 DLL libeay32.dll SSLeay32.dll vardır.

(: \ Windows \ system32 örneğin, C) Yani, sizin PATH yerde bu 2 dll koymak zorunda. İşte bu kadar hepsi.

HOWEVER, even that did not work for me initially. So I downloaded the Windows zip of the latest version of PHP, which includes all the necessary DLLs. I didn't reinstall PHP, I just copied all of the DLLs in the "ext" folder to my PHP extensions folder (as specified in the extension_dir variable in php.ini), and I copied the versions of libeay32.dll and SSLeay32.dll from the PHP download into my System32 directory.

Ben de bir iisreset'i yaptım, ama bu gerekli olup olmadığını bilmiyorum.

Bir ipucu WAMP-installer kullanmaktır. Herşey çalışır. Ama IIS değil - bu yüzden önemli ise - sen benim tavsiye görmezden gerekir. ;)

EDIT: Ben çözüm bulduğunu gördüm ben o kadar oy. +1

Ben yukarıdaki öneriyi yaptım ve diğerleri alıyorum internette önerilen rağmen aynı problem devam

Sorry, but this plugin requires libcurl to be activated on your server.

Benim eklenti etkinleştirmek çalıştığınızda.

Düzenlendi: Ben 5.3.13 win64 windows 7 vardı ve soln hiçbiri benim için çalışıyordu php kullanıyordum.

1.I had tried to copy the libeay32.dll SSLeay32.dll in windows\system32 folder did not work 2. Edited and uncommented both php.ini files did not work 3. Activated php_curl in php extensions did not work 4. Copied and replaced several times the www.anindya.com version of php_curl.dll but seems i was downloading the wrong version of this. The version that worked for me was in Fixed curl extensions section the second file php_curl-5.3.13-VC9-x64

Bu yardımcı olacağını umuyoruz herkesten