I have page listing few records from db.
After upgrading to PHP 5.3 site printing long records list is not displayed - Explorer says "Connection was reset"
I've changed SQL query in code to limit records and then page was shown correctly So it seems to be some kind of timeout set.
Tüm aşımı benzer sesler ama hiçbir şey değişti - I PHP.ini , HTTPD.conf, bazı ayarları bulmaya çalıştık.
Çalışma yapmak için nasıl bir fikir?
EDIT
Page resets after ~2 secs - so there is no extremely long time....
EDIT-2
I've tried set php vars: max_execution_time, max_input_time, memory_limit
WAMPServer 2 (PHP 5.3, Apache 2.2.11)