View Single Post
  #3  
Old 10-09-2012, 11:52 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,295
Quote:
is there anyway I can recompile php using the old LSAPI 5.5
try:modify
/usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php
define ('LSAPI_VERSION', '6.0');
to
define ('LSAPI_VERSION', '5.5');
Reply With Quote