Executing phpinfo

ScotWatson

New Member
Messages
21
Reaction score
0
Points
1
Trying to execute phpinfo() gives a 503 error. I am almost certain I could execute this command months ago when I started writing PHP on this site. Have the policies changed to disallow this command?
 

mrburnsx

Community Advocate
Community Support
Messages
581
Reaction score
61
Points
28
In Extra Features > Select PHP Version

Check if the zip extension is enabled. If it is, disable it.
 

ScotWatson

New Member
Messages
21
Reaction score
0
Points
1
Thank you; that worked! But I am very confused as to why. The tooltip says "This extension lets reading compressed ZIP archives and writing into them easily." I would not expect this to be related to phpinfo(), much less be mutually exclusive with it, but that is the behavior I see. Could you explain why?
 

mrburnsx

Community Advocate
Community Support
Messages
581
Reaction score
61
Points
28
it would appear to be some sort of bug with the zip extension. phpinfo() still needs to call over to those extensions to get information from those extensions.
 
Top