Over the last couple of days, I've updating the following ports at my site at http://smedley.info/os2ports:
- 20070507 - PHP updated to v5.2.2
- 20070506 - STunnel port updated to 4.20
- 20070506 - cURL port updated to 7.16.2
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code.
curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks.
Enjoy!
Paul.
Source: Paul Smedley