php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40179 Compilation of cURL extension fails with cURL 7.16.0
Submitted: 2007-01-20 05:39 UTC Modified: 2007-01-20 15:53 UTC
From: iain at workingsoftware dot com dot au Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.0 OS: FreeBSD 6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: iain at workingsoftware dot com dot au
New email:
PHP Version: OS:

 

 [2007-01-20 05:39 UTC] iain at workingsoftware dot com dot au
Description:
------------
i get the following compilation error when i have configured --with-curl:

/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c: In function `zm_startup_curl':
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:372: error: `CURLOPT_FTPASCII' undeclared (first use in this function)
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:372: error: (Each undeclared identifier is reported only once
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:372: error: for each function it appears in.)
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:412: error: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function)
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c: In function `zif_curl_copy_handle':
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1164: error: `CURLOPT_PASSWDDATA' undeclared (first use in this function)
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c: In function `_php_curl_setopt':
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1267: warning: `return' with no value, in function returning non-void
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1300: warning: `return' with no value, in function returning non-void
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1300: warning: `return' with no value, in function returning non-void
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1300: warning: `return' with no value, in function returning non-void
/usr/home/iain/dist/php-5.2.0/ext/curl/interface.c:1318: warning: `return' with no value, in function returning non-void


Reproduce code:
---------------
there is no code associated with this bug

Expected result:
----------------
compilation

Actual result:
--------------
failed compilation

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-20 15:53 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 09:01:31 2025 UTC