You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Followings are the common PHP configuration as reference that does not meet with the default php.ini

error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = On
short_open_tag = On
register_argc_argv = On
include_path = ".:.."
  • No labels