Quote:
Originally Posted by mistwang
You can update the php code under lsws/admin/html/utility to include 5.2.6 option.
|
edit which file? buildPHPWiz.php?
Code:
<select name="php_version">
<option>5.2.5</option>
<option>5.2.4</option>
<option>5.2.3</option>
<option>5.2.2</option>
</select>
and add
<option>5.2.6</option> above 5.2.5?
Is that it? and would that be all?
Last edited by kuts; 05-02-2008 at 04:04 PM..
|