in PHP call a function to return large array, get ERR_CONNECTION_RESET -


currently in php, call function return large array(around 3500*float),i got error err_connection_reset. (it localhost environment)

i checked log file, showes:

[wed apr 29 08:10:24.250904 2015] [ssl:warn] [pid 2920:tid 260] ah01909: www.example.com:443:0 server certificate not include id matches server name [wed apr 29 08:10:24.391529 2015] [ssl:warn] [pid 2920:tid 260] ah01909: www.example.com:443:0 server certificate not include id matches server name [wed apr 29 08:10:24.422779 2015] [mpm_winnt:notice] [pid 2920:tid 260] ah00354: child: starting 150 worker threads. 

i checked ports 443 , 80 not used others. if change function return smaller array, error go away. hint appreciated.

you should change allow memori size

in php.ini file if sure problem memori size problem not memori size

please write array , page code ! find allow_memori_size=


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -