• Apologises if this has been answered somewhere, but I am struggling to find any information about it!

    I am converting a lot of my applications from mysql to PDO to make sure I am fully secure against SQL injection. It made me wonder what state WordPress is in in terms of the code behind the scenes.

    It sounds like they still use mysql_ functions – is that correct?

    Surely that will need some attention for servers running PHP 5.5. Is there any word on this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • why would it need attention for 5.5?

    it is marked as deprecated as of 5.5, but it will still work.

    Thread Starter wilsonf1

    (@wilsonf1)

    and will be removed in the future.

    So the code behind WP will have to change at some point no? I just thought maybe they’d be some sort of official recognition of this happening in the future even if it is a little way off.

    OC2PS

    (@sooskriszta)

    Makes sense to move to mysqli

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Will WordPress scrap the use of mysql_ functions?’ is closed to new replies.