Osclass forums
Support forums => old => Topic started by: devilal on February 08, 2019, 01:13:16 pm
-
where can i find older versions of osclass? I need a version that is compatible with php 5.3. thanks
-
That is a very old PHP version, and the 'newest' Osclass that could be officially installed on it is osclass.3.6.1.zip.
You have releases here: https://github.com/osclass/Osclass/releases
You can try installing latest 3.8.0 if you edit manually this line (no guarantees though, but it should work in general, because all compatibility libs are still present):
https://github.com/osclass/Osclass/blob/master/oc-includes/osclass/install-functions.php#L101
'fn' => version_compare(PHP_VERSION, '5.3.0', '>='),
-
thanks it worked :)