s4n7h0 / xvwa

XVWA is a badly coded web application written in PHP/MySQL that helps security enthusiasts to learn application security.
GNU General Public License v3.0
1.69k stars 339 forks source link

suppress error #18

Closed exploitprotocol closed 5 years ago

exploitprotocol commented 8 years ago

This will suppress error which is seen when xvwa is setup on windows.

Error is "Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\xvwa\config.php on line 7"

s4n7h0 commented 8 years ago

@exploitprotocol This should be the php version issues. I would need to port the code base to php latest version. Just lagging to rework on this as I'm little unsure of some test challenges in the current release may not work with the new version of php. Still yet to confirm.

s4n7h0 commented 5 years ago

XVWA now supports php 7. Please clone the new code.