|
I do not think there is any change related to memory usage between lsapi 5.5 and 6.0 .
you have to test it on the same server with same PHP release.
to get back to 5.5, you can manually download php-litespeed package and over write *.c and *.h under php-xxxx/sapi/litespeed, the run make, copy over php-xxxx/sapi/php to /usr/local/lsws/fcgi-bin/lsphp-5.xxx, you can keep both 5.5 and 6.0 binary, and switch between them with changing symbolic link of lsphp5.
|