This is a discussion on Probs building PHP 5.2.0 with cURL 7.16.0 within the PHP General forums, part of the PHP Programming Forums category; Hi all, I'm trying to build PHP 5.2.0 with support for latest versions of cURL. Configuration goes ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I'm trying to build PHP 5.2.0 with support for latest versions of cURL. Configuration goes well but when I try make, I get the following errors: "/home/rich/build/solaris-10/php-5.2.0/ext/curl/interface.c", line 372: undefined symbol: CURLOPT_FTPASCII "/home/rich/build/solaris-10/php-5.2.0/ext/curl/interface.c", line 412: undefined symbol: CURLOPT_PASSWDFUNCTION "/home/rich/build/solaris-10/php-5.2.0/ext/curl/interface.c", line 1164: undefined symbol: CURLOPT_PASSWDDATA Checking the cURL docs, I see two comments: one about a few no-longer present options being removed from a header file, and one about support for 3rd party FTP transfers being removed. Checking their forums, there's a comment to the effect that CURLOPT_FTPASCII et al are deprecated, and the PHP/Curl binding stuff shouldn't be using them any more. So my question is this: is a fix planned to address this issue? I'd like to be able to use the latest of everything, but for the time being I'm stuck with cURL 7.15.5 instead of 7.16.1. This is PHP 5.2.0 with Apache 2.2.4, on Solaris 10 for x86. TIA, -- Rich Teer, SCSA, SCNA, SCSECA, OpenSolaris CAB member President, Rite Online Inc. Voice: +1 (250) 979-1638 URL: http://www.rite-group.com/rich |