
11-21-2012, 03:39 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,220
|
|
please refer:
http://php.net/manual/en/configuration.changes.php
you can archive same goal by using
php_admin_value name value
or
php_admin_flag name on|off
in LSWS. and it looks easier to use and apply for all php versions not only with php 5.3.0+
|