> Can you please check 4.0.6RC1?
(http://www.php.net/~andi/php-4.0.6RC1.tar.gz)

Getting make errors with CURL (which I never got before):

...
curl.c: In function `php_minit_curl':
curl.c:175: `CURLOPT_FILETIME' undeclared (first use in this function)
curl.c:175: (Each undeclared identifier is reported only once
curl.c:175: for each function it appears in.)
curl.c:179: `CURLOPT_HEADERFUNCTION' undeclared (first use in this function)
curl.c:180: `CURLOPT_MAXREDIRS' undeclared (first use in this function)
curl.c:181: `CURLOPT_MAXCONNECTS' undeclared (first use in this function)
curl.c:182: `CURLOPT_CLOSEPOLICY' undeclared (first use in this function)
curl.c:183: `CURLOPT_FRESH_CONNECT' undeclared (first use in this function)
curl.c:184: `CURLOPT_FORBID_REUSE' undeclared (first use in this function)
curl.c:185: `CURLOPT_RANDOM_FILE' undeclared (first use in this function)
curl.c:186: `CURLOPT_EGDSOCKET' undeclared (first use in this function)
curl.c:187: `CURLOPT_CONNECTTIMEOUT' undeclared (first use in this function)
curl.c:192: `CURLCLOSEPOLICY_LEAST_RECENTLY_USED' undeclared (first use in
this function)
curl.c:193: `CURLCLOSEPOLICY_OLDEST' undeclared (first use in this function)
curl.c:208: `CURLINFO_FILETIME' undeclared (first use in this function)
curl.c:258: `CURLE_TOO_MANY_REDIRECTS' undeclared (first use in this
function)
curl.c:259: `CURLE_UNKNOWN_TELNET_OPTION' undeclared (first use in this
function)
curl.c:260: `CURLE_TELNET_OPTION_SYNTAX' undeclared (first use in this
function)
curl.c:261: `CURLE_ALREADY_COMPLETE' undeclared (first use in this function)
curl.c: At top level:
curl.c:283: conflicting types for `curl_write'
/usr/local/include/curl/curl.h:569: previous declaration of `curl_write'
curl.c:333: conflicting types for `curl_read'
/usr/local/include/curl/curl.h:567: previous declaration of `curl_read'
curl.c: In function `php_if_curl_setopt':
curl.c:589: `CURLOPT_FILETIME' undeclared (first use in this function)
curl.c:590: `CURLOPT_MAXREDIRS' undeclared (first use in this function)
curl.c:591: `CURLOPT_MAXCONNECTS' undeclared (first use in this function)
curl.c:592: `CURLOPT_CLOSEPOLICY' undeclared (first use in this function)
curl.c:593: `CURLOPT_FRESH_CONNECT' undeclared (first use in this function)
curl.c:594: `CURLOPT_FORBID_REUSE' undeclared (first use in this function)
curl.c:595: `CURLOPT_CONNECTTIMEOUT' undeclared (first use in this function)
curl.c:615: `CURLOPT_RANDOM_FILE' undeclared (first use in this function)
curl.c:616: `CURLOPT_EGDSOCKET' undeclared (first use in this function)
curl.c:667: `CURLOPT_HEADERFUNCTION' undeclared (first use in this function)
curl.c: In function `php_if_curl_getinfo':
curl.c:844: `CURLINFO_FILETIME' undeclared (first use in this function)
make[3]: *** [curl.lo] Error 1
make[3]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext/curl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext/curl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext'
make: *** [all-recursive] Error 1
[root@sunniva php-4.0.6RC1]#


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to