Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is due to the ancient PHP version on Centos (which is older than 5.5).

You can check your server for the current version of PHP using php -v, for example:


Code Block
[root@myopenauditserver]# php -v

PHP 5.4.16 (cli) (built: Oct 30 2018 19:30:51)

Copyright (c) 1997-2013 The PHP Group

Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies



If your PHP version is < 5.5 then you should make the following patches -

The files and changes are below.

...