PHP hung if I try to return 644 rows of mysql data, if I modify the query to return 643 rows it works! Any idea anyone ? I have tried to up the execution time and increased the memory_limit to no avail.
The query is something like:
select * from customers where id < 644
change the where clause to "id < 645" it stops working.
The same query works fine on mysql commmand line.
Thanks,
Mike