ID:               40179
 Updated by:       [EMAIL PROTECTED]
 Reported By:      iain at workingsoftware dot com dot au
-Status:           Open
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: FreeBSD 6.0
 PHP Version:      5.2.0
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[2007-01-20 05:39:27] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40179&edit=1

Reply via email to