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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
11 + 27 = ?
Subscribe to this entry?

 
 [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: Thu May 09 21:01:31 2024 UTC