Like most things introduced in early php, the mysql extension was just wrapping c functions.
The concept of “real” escape comes from mysqls’ C API: https://dev.mysql.com/doc/c-api/5.6/en/mysql-real-escape-str...
Like most things introduced in early php, the mysql extension was just wrapping c functions.
The concept of “real” escape comes from mysqls’ C API: https://dev.mysql.com/doc/c-api/5.6/en/mysql-real-escape-str...