Curl 7.13.0 - Released Feb 1st 2005

vandal

Verified User
Joined
Oct 22, 2003
Messages
696
Location
Calgary, AB
Changelog located here: http://curl.haxx.se/changes.html

a few updates and some bugfixes.

Instructions for rebuilding.

1) cd /usr/local/directadmin/customapache
2) wget http://www.mirrormonster.com/curl/download/curl-7.13.0.tar.gz
3) nano, pico or vi build
4) update this line to current curl version: CURL_VER=7.13.0
5) ./build curl
6) ./build php
7) create a temporary info.php file with <? phpinfo(); ?> in it, load it into a browser
8) verify curl was updated by finding this line: CURL Information libcurl/7.13.0 OpenSSL/0.9.7a zlib/1.2.1
9) delete the info.php file
***EDIT***10) restart apache, service httpd restart
 
Last edited:
Back
Top