Search found 1 match
- Sat Aug 06, 2016 9:06 am
- Forum: Databases
- Topic: sql.safe_mode and mysqli (PHP 7.0.8)
- Replies: 1
- Views: 8715
sql.safe_mode and mysqli (PHP 7.0.8)
Hello, I came a cross this situation. I set the sql.safe_mode to ON in php.ini. The php code uses mysqli interface to connect to MySQL database. It is using the object version of mysqli. That means, the host, username and password is passed to the mysqli class constructor. With the sql.safe_mode = O...