php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6158 CURL isn't supported but docoumentated as being so?
Submitted: 2000-08-14 20:24 UTC Modified: 2000-08-14 23:13 UTC
From: sysadmin at alphalink dot com dot au Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sysadmin at alphalink dot com dot au
New email:
PHP Version: OS:

 

 [2000-08-14 20:24 UTC] sysadmin at alphalink dot com dot au
If you check the docos for PHP4 it states that CURL is supported and you need to recompile php with '--with-curl=' except the configure script ignores this and if you search for 'curl' in any of the php source it's not found:

ie 'find /usr/src/php-4.0.1pl2 -exec grep -i "curl" {} \;' only the word 'curly' will showup (in reference to curly brackets).

Ignoring this and compiling anyway wont give you any of the curl lib fuctions, ie "Fatal error: Call to undefined function: curl_version() in /home/user/public_html/something.php"

Am i missing something or is this a bug?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-14 23:13 UTC] mrobinso@php.net
Actually, there is a bit of a gap sometimes between
software releases and manual updates.

Each of the curl function references are marked
'CVS Only', this just doesn't appear in the
curl intro.

In the meantime, you can grab a snapshot from
snaps.php.net, it works fine. It will be in the
upcoming 4.0.2 release.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 14:01:30 2024 UTC