From: cnt at crustal dot ucsb dot edu Operating system: Solaris 10 PHP version: 5.2.0 PHP Bug Type: cURL related Bug description: compile fails due to undefined references
Description: ------------ Had problems with ext/curl during build. Found unreferenced symbols (CURLOPT_FTPASCII, CURLOPT_PASSWDFUNCTIONO, CURLOPT_PASSWDDATA). Apparently these are all deprecated for awhile and have been removed from curl (at least as of 7.16.0), but are still in the php code. Found references to this at http://curl.haxx.se/mail/ archive-2004-04/0056.html and other similar links at the curl site. Replaced the CURLOPT_FTPASCII with CURLOPT_TRANSFERTEXT but had to just comment out the two PASSWD functions. Not sure if this will harm the curl support under php. I am using the blastwave.org curl package which is the newest (7.16.0). I would guess that this new version removes support for those deprecated options. Build completed ok after these changes! I saw references that this is fixed already in the php cvs tree. Maybe will be resolved with php-5.2.1 Reproduce code: --------------- standard php build -- Edit bug report at http://bugs.php.net/?id=39687&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=39687&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=39687&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=39687&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=39687&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=39687&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=39687&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=39687&r=needscript Try newer version: http://bugs.php.net/fix.php?id=39687&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=39687&r=support Expected behavior: http://bugs.php.net/fix.php?id=39687&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=39687&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=39687&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=39687&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=39687&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=39687&r=dst IIS Stability: http://bugs.php.net/fix.php?id=39687&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=39687&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=39687&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=39687&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=39687&r=mysqlcfg