marcose Posted June 13, 2013 Posted June 13, 2013 Hello everyone. I'm tryin to make a secure PHP script on johnny server where makes SQL query (Preventing SQL Injection), using mysqli class procedural style. The problem is than I got a Fatal error callin mysqli_stmt_get_result() cause is a undefined function, so I search in PHP bugs & forums and find this: http://www.php.net/manual/en/mysqli-stmt.get-result.php#105802 So, here is my feature request. Is possible to update the PHP version or Install that plugin? Thanks, OPhE.
Ice IT Support Posted June 13, 2013 Posted June 13, 2013 This support request is being escalated to our root admin.
Tjoene Posted June 14, 2013 Posted June 14, 2013 MySQL Native Driver is a replacement for the MySQL Client Library (libmysqlclient). MySQL Native Driver is part of the official PHP sources as of PHP 5.3.0. Perhaps we could upgrade to PHP 5.3, instead of installing the extension. Normally, there shouldn't be any problems for the users when upgrading to 5.3.http://www.php.net/manual/en/migration53.incompatible.php
marcose Posted June 14, 2013 Author Posted June 14, 2013 Thanks you for read this. how much time it will take? Grettings.
Recommended Posts