bobbingwide / oik-libs

Shared Library Repository
https://www.oik-plugins.com/oik-plugins/oik-libs-shared-library-repository/
GNU General Public License v2.0
2 stars 0 forks source link

Re-enable support for PHP 5.2 during startup #5

Closed bobbingwide closed 7 years ago

bobbingwide commented 7 years ago

There are only a couple of places where oik shared library functions use parts of PHP that are not available in PHP 5.2. Rather than develop a whole load of code to test that the required level is high enough it's easier to revert DIR to dirname( FILE ).

We can add logic that berates the admin user later once the plugins have got going.