rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

ucwords not compatible with PHP < 5.5.16 #59

Closed ArturMoczulski closed 6 years ago

ArturMoczulski commented 6 years ago

Issue brought up by a user in the Wordpress plugin directory forum: https://wordpress.org/support/topic/php-warning-ucwords-expects-exactly-1-parameter-2-given/

Hi again

A recent update has meant I am no longer able to use the plugin at all, due to the PHP versions I am running (5.5.9).

PHP Warning: ucwords() expects exactly 1 parameter, 2 given: plugins/rollbar/src/Plugin.php on line 359

Ucwords introduced the delimiter in 5.5.16 and so this generates a warning. Sadly, I have had to disable the plugin.

Regards M

rivkahstandig3636 commented 6 years ago

@ArturMoczulski What's the status of this?

ArturMoczulski commented 6 years ago

Fixed in v2.4.3