ezSQL / ezsql

PHP class to make interacting with a database ridiculusly easy
http://ezsql.github.io/ezsql
GNU Lesser General Public License v3.0
866 stars 291 forks source link

Return 500 error while getting more than 100000 rows #203

Closed pradeep518 closed 3 years ago

pradeep518 commented 3 years ago

Describe the bug While getting data from the database, it is returning an HTTP 500 error.

To Reproduce A query that can return 100000 rows.

Expected behavior Getting the data without any error.

Environment (please complete the following information):

PHP code snippet used

<?php
TheTechsTech commented 3 years ago

You might want to try ezsql version 3x, it's compatible with PHP 5.6. There are many errors revealed in ezsql 2x, once PHPunit testing was added. They should have been fixed in version 3x branch.