You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to retrieve more information about the system (like version, 32/64-bit, etc) in order to have our sys:info() more complete. Also we could add some user constants like sys:OS, etc. We may follow the example of PHP's phpinfo().
The text was updated successfully, but these errors were encountered:
As I said, we can use the phpinfo() as reference. We need to know all enabled modules, operating system, build name and version, configuration constants, environment, etc...
We need to be able to retrieve more information about the system (like version, 32/64-bit, etc) in order to have our
sys:info()
more complete. Also we could add some user constants like sys:OS, etc. We may follow the example of PHP'sphpinfo()
.The text was updated successfully, but these errors were encountered: