|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-14 23:13 UTC] mrobinso@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jul 04 16:00:01 2026 UTC |
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?