View Single Post
  #5  
Old 05-02-2008, 03:47 PM
kuts kuts is offline
Member
 
Join Date: Oct 2007
Posts: 49
Quote:
Originally Posted by mistwang View Post
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..
Reply With Quote