Hi,
I have an issue with mysqli function mysqli_result::fetch_all() which is supported from PHP 5.3.0, which is the PHP version I've activated on my site, but it's not working.
Could you please advise?
Thanks
 PHP 5.3.0: Fatal error: Call to undefined method mysqli_result::fetch_all()
 PHP 5.3.0: Fatal error: Call to undefined method mysqli_result::fetch_all()
		Hi,
I have an issue with mysqli function mysqli_result::fetch_all() which is supported from PHP 5.3.0, which is the PHP version I've activated on my site, but it's not working.
Could you please advise?
Thanks
 
 
		Can you report the error message you got?
"Over thinking, over analyzing separates the body from the mind."
 
 
		Hi,
The subject is the error message, and according to my investigation from php site, you may not implement native MySql Native driver
PHP: mysqli_result::fetch_all - Manual --> PHP: Mysqlnd - Manual