ID:               27663
 Comment by:       bero at arklinux dot org
 Reported By:      toni dot viemero at iki dot fi
 Status:           Closed
 Bug Type:         Compile Failure
 Operating System: Debian Woody
 PHP Version:      *
 Assigned To:      iliaa
 New Comment:

The fix will break again with curl 7.12.x, when the 
defines of obsolete functions to 0 will be removed. 
 
Please consider changing 
 
#if CURLOPT_PASSWDFUNCTION != 0 
 
to 
 
#if defined(CURLOPT_PASSWDFUNCTION) && 
CURLOPT_PASSWDFUNCTION != 0 
 
(and the same for CURLOPT_MUTE of course)


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

[2004-04-14 10:14:20] bchesneau at mac dot com

Thks :)

Here is the patch I've made from diff between 4.3.6RC3 
and 4.3.5 :

http://cvs.opendarwin.org/index.cgi/dports/www/php4/
files/patch-curl?rev=1.1&content-type=text/x-cvsweb-
markup

It works well on macosx 10.3/10.2

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

[2004-04-14 06:57:51] toni dot viemero at iki dot fi

I've submitted patch for FreeBSD PHP port, for which I pulled only
latest PHP_4_3 ext/curl/curl.c from CVS.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65422

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

[2004-04-14 06:40:20] bchesneau at mac dot com

how did you fix it ? I'm the maintener of the port on 
macosx with darwinports packaging system, and I would 
like to patch current stable version if it's possible.

Thanks for advance :)

Benoit

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

[2004-03-26 13:59:03] [EMAIL PROTECTED]

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.



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

[2004-03-26 11:05:57] [EMAIL PROTECTED]

This also applies to PHP 5.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/27663

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

Reply via email to