+ 2

Phpinfo()

trying to echo phpinfo in solo learn it says time limit exceded is that a security feature or just an error

29th May 2017, 6:30 PM
Sello Selby Bopape
Sello Selby Bopape - avatar
3 Answers
+ 4
First why will you want to retrieve vital information from SL Server, do you want to hack SL server, if you want to understand phpinfo, why don't you setup your own localhost server and do that not SL, and as for your question time limit exceeded because it has been set in SL php.ini file to limit the maximum execution time for a script of such nature..
29th May 2017, 6:38 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 4
Neither, I think--even if security by omission is a convenient side effect of limited runtime. IMHO (SL has not said anything to me) limits seem to revolve around 'focus; this is a learn-to-code platform'.
29th May 2017, 7:12 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
I was just curios but thanks for the answer I am not trying to hack SL even if I wanted I don't know how let alone where to begin @awele
29th May 2017, 8:05 PM
Sello Selby Bopape
Sello Selby Bopape - avatar