curl_init не работает... :(

sacred

Новичок
curl_init не работает... :(

Что за ерунда, может кто сталкивался?

PHP ругается на curl_init()
выдаёт - Fatal error: Call to undefined function: curl_init()

версия PHP - 4.4.0
 

ZN

Новичок
RTFM
Requirements
In order to use PHP's CURL functions you need to install the libcurl package. PHP requires that you use libcurl 7.0.2-beta or higher. In PHP 4.2.3, you will need libcurl version 7.9.0 or higher. From PHP 4.3.0, you will need a libcurl version that's 7.9.8 or higher. PHP 5.0.0 requires a libcurl version 7.10.5 or greater.

Installation
To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the location of the directory containing the lib and include directories. In the "include" directory there should be a folder named "curl" which should contain the easy.h and curl.h files. There should be a file named libcurl.a located in the "lib" directory. Beginning with PHP 4.3.0 you can configure PHP to use CURL for URL streams --with-curlwrappers.

Note to Win32 Users: In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH.

You don't need libcurl.dll from the CURL site.
 

sacred

Новичок
Спасибо!
Я посмотрел только php.net/curl_init а там про это ни чего не сказано.
 

destroyart

Новичок
я все сделал, все зарегистрировал и раскомментировал, т.к. у меня винды стоят. вот только теперь при запуске страницы возникает:
curl: Unable to register function, unable to load
что делать теперь? или нужна старая версия - я поставил последнюю, а пхп 4.4.0
 
Сверху