PHP 5.2.6 is out

kuts

Well-Known Member
#5
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:

kuts

Well-Known Member
#8
nevermind. Just needed to uncomment the eaccelerator entry in php.ini

reinstalled eaccelerator and seems everything is ok now.
 

DJ XtAzY

Active Member
#9
For some reason if I try to use the Use Configuration from Previous Build button, nothing happens. I also see that script error icon at the bottem left in Internet Explorer.

Edit: Solved
 
Last edited:
#10
Thank you for the new version.It look a bit longer then I hoped it would, but in the end results are definitely worth it. There are over 120 different bug fixes that are designed to make PHP that much more stable.
 
Top