|
Posted by Anonymous on 09/07/06 07:16
sundar22in@gmail.com wrote:
>
> > Yes. Open php.ini. Uncomment (remove the leading semicolon) the
> > "extension=php_curl.dll" line. Restart your webserver. cURL functions should
> > then be available.
>
> I removed the comment (i.e semicolon ) for "extension=php_curl.dll"
> line in the php.ini. After making this change i restarted the Apache
> webserver. But It said "Unable to load dynamic library
> /../php/extensions/php_curl.dll" - The specified module could not be
> found. Does this mean cURL is not installed ???
>
Are you using the installer version? From the PHP page:
PHP 4.4.4 zip package [8,090Kb] - 17 Aug 2006
(CGI binary plus server API versions for Apache, Apache2 (experimental),
ISAPI, NSAPI, Servlet and Pi3Web. MySQL support built-in, many
extensions included, packaged as zip)
md5: 3ff3f58a2f573c80f34f2b670d7ac873
PHP 4.4.4 installer [1,085Kb] - 17 Aug 2006
(CGI only, MySQL support built-in, packaged as Windows installer to
install and configure PHP, and automatically configure IIS, PWS and
Xitami, with manual configuration for other servers. N.B. no external
extensions included)
md5: e5db53efb3e0fed5407fc7c71cf0b436
If the answer is yes, the sentence 'no external extensions included'
should explain everything. Get the archive.
Bye!
[Back to original message]
|