Edit report at https://bugs.php.net/bug.php?id=61771&edit=1
ID: 61771 Updated by: ahar...@php.net Reported by: jckhunt4 at gmail dot com Summary: Fatal error: Call to undefined method mysqli_stmt::fetchAll() in /opt/lampp/ht -Status: Open +Status: Not a bug Type: Bug -Package: Streams related +Package: PDO related Operating System: linux PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: You can't execute fetchAll() on a mysqli_stmt object. PDO is not the same thing as mysqli. The documentation for mysqli_stmt can be found at: http://php.net/mysqli_stmt Previous Comments: ------------------------------------------------------------------------ [2012-04-19 05:34:47] jckhunt4 at gmail dot com Description: ------------ --- >From manual page: >http://www.php.net/pdostatement.fetchall#refsect1-pdostatement.fetchall-examples --- Fatal error: Call to undefined method mysqli_stmt::fetchAll() in /opt/lampp/htdocs/version5/ppc_audit_datafetch.php on line 1067 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61771&edit=1