PHP Versions in Litespeed

#1
I am just curious as to why litespeed supports END OF LIFE versions of php yet it doesn't support all of the current stable releases?

I can compile php 5.3.23 which is END OF LIFE but I cannot compile PHP 5.3.24 which is a stable release. I can build php with Apache and compile it with PHP 5.3.24 or PHP 5.4.14. To build PHP in litespeed I don't have either choice.

Is there a reason for this?
 

NiteWave

Administrator
#2
you can manually edit
/usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php
to include latest php version.

sometimes when our new lsws package release, not update the latest php timely.
 
Top