Update PHP with mail header

jissh

Verified User
Joined
Nov 27, 2004
Messages
154
Location
Winnipeg, Canada
Hello all.

Could I get someone to post directions on how to update PHP 4.4.4 to 4.4.8 with the mail header patch.

Thanks
 
cd /usr/local/directadmin/custombuild

edit options.conf to your desire

type

./build update
./build php d
 
Then:
Code:
cd /usr/local/directadmin/customapache
./build clean
./build update
./build php n
 
Thank you both for your replies. Will this also install the mail header patch?

Thanks again, your knowledge is appreciated.
 
Yes, it will. PHP mail-header patch is included by default both with CustomApache and CustomBuild. :)
 
Back
Top