I just compiled and installed PHP 5.2.1 from source on an Ubuntu Edgy Eft server.
I was under the impression that including these switches in the configuration: '--with-curl=/usr/src/php-5.2.1/ext/curl' '--with-openSSL' would incorporate https, ftps and ssl in my build. phpinfo() includes this for Registered PHP Streams: zip, php, file, data, http, ftp, compress.bzip2, compress.zlib for cURL: cURL support enabled cURL Information libcurl/7.15.4 OpenSSL/0.9.8b zlib/1.2.3 So what have I missed? I do not need these immediately, but a credit trading system is somewhere in future so they will be needed. Regards - Miles Thompson