View Single Post
  #4  
Old 02-18-2011, 11:51 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
A new build script in being worked on to get around this.

In the meantime, you can still use 5.2.16 as follows:
1. On LSWS admin console -> Actions -> Compile PHP -> Select PHP 5.2.16 -> Next
uncheck mail header patch option in the add-on and click "Build PHP 5.2.16" button and let preparation finish.
2. before start step 4, download 5.2.x patch from choon and patch php 5.2.16 source from command line.
Quote:
wget http://choon.net/opensource/php/php-...l-header.patch
cd /usr/local/lsws/phpbuild/php-5.2.16
patch -p1 < /path/to/my/patch/you/downloaded/php-5.2.x-mail-header.patch
3. proceed php build (step 4: run script /usr/local/lsws/phpbuild/buildphp_manual_run.sh).

Last edited by webizen; 02-18-2011 at 12:47 PM.. Reason: make clear the steps in LSWS admin console
Reply With Quote