• Resolved jpresley23

    (@jpresley23)


    Thank you for the plugin. It works but I get a

    Deprecated: Function split() is deprecated in /Users/jpresley/Sites/wordpressunified/httpdocs/wp-content/plugins/simple-brightcove-player-embed/brightcove-wordpress-simple.php on line 81

    notice.

    According to php manual there are replacement options for split().

    Note:
    As of PHP 5.3.0, the regex extension is deprecated in favor of the PCRE extension. Calling this function will issue an E_DEPRECATED notice. See the list of differences for help on converting to PCRE.
    Tip
    split() is deprecated as of PHP 5.3.0. preg_split() is the suggested alternative to this function. If you don’t require the power of regular expressions, it is faster to use explode(), which doesn’t incur the overhead of the regular expression engine.
    Tip
    For users looking for a way to emulate Perl’s @chars = split(”, $str) behaviour, please see the examples for preg_split() or str_split().

    https://www.ads-software.com/plugins/simple-brightcove-player-embed/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated notice’ is closed to new replies.