wp-notification-center icon indicating copy to clipboard operation
wp-notification-center copied to clipboard

PHP 5.2 fixes

Open dannyvankooten opened this issue 9 years ago • 4 comments

Prevents fatal errors when running from PHP 5.2.

  • Autoloader should be included by its absolute path, to prevent clashes with include_path setting.
  • Put namespace into a string to prevent parse errors.
  • Use a PHP 5.2 compatible autoloader since WPUpdatePHP is used for version checking.

dannyvankooten avatar Sep 12 '15 00:09 dannyvankooten

See #3

remkus avatar Sep 12 '15 06:09 remkus

Thank you @defries. Saw it!

dannyvankooten avatar Sep 12 '15 06:09 dannyvankooten

Happy to help :)

remkus avatar Sep 12 '15 06:09 remkus

thanks buddy

barrykooij avatar Sep 12 '15 19:09 barrykooij