You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
I just updated our servers to PHP 5.5 and noticed we're getting a new error in EpiTwitter.php on line 81:
Error: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
The line is: $endpoint = '/' . preg_replace('/[A-Z]|[0-9]+/e', "'/'.strtolower('\0')", $parts) . '.json';
I've not figured out how to rewrite the preg_replace function to avoid this error as of yet.
The text was updated successfully, but these errors were encountered: