#29201: php5-curl: cURL version 7.10.5 or later is required to compile php with cURL support ----------------------------------------------+----------------------------- Reporter: phpcurlnotworking@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: php5-curl ----------------------------------------------+----------------------------- Comment(by ddebernardy@…): This yields the expected result: {{{ DB:~ $ curl --version | head -1 | sed -e 's/lib//' | sed -e 's/curl //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}' 7021005 }}} -- Ticket URL: <https://trac.macports.org/ticket/29201#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS