PHP 5.6

Patrick Rutter Posted in Technical Support 9 years ago

Hi,

PHP version 5.6 is not supported?

Validate:
"You have an old version of PHP 5.6.0 You need PHP 5.4 or PHP 5.5"

Cheers
Rutzki

Replies
Indonesian Arsalan Shah Replied 9 years ago

Hi Patrick, if i remember , someone told me that Ossn is throwing alot of errors on php 5.6 so we disabled it installation on php 5.6.

We didn't tested on php 5.6, To change php version check edit:

installation/OssnInstall.php

Find :

if ($phpversion >= 5.4 && $phpversion < 5.6) { 

Replace it with

if ($phpversion >= 5.4) {

Let me know if Ossn works on php 5.6