• Resolved Maik Penz

    (@goatherd)


    Line 4383 (wpgmaps_filter()) uses mysql_real_escape_string which is no longer required to be available as of WordPress 3.9 and discouraged/ deprecated as of PHP 5.5.
    Not sure where or if the function wpgmaps_filter() is called.

    Should rather use esc_sql() or $wpdb for escaping.

    https://wordpress.org/plugins/wp-google-maps/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi
    Thank you for picking this up! We completely missed it.
    We’ll amend and update the plugin as soon as possible.

    Kind regards
    Nick

    Thread Starter Maik Penz

    (@goatherd)

    Was not resolved on last update. Please fix this to no longer break PHP 5.5 installs without the deprecated mysql extension.

    Plugin Author WPGMaps

    (@wpgmaps)

    Hi Maik
    I’ve now resolved this in 6.0.13 🙂

    Thread Starter Maik Penz

    (@goatherd)

    Hi Nick,

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mysql deprecation’ is closed to new replies.