limitDefault: 8MAllowed: Bytes (no suffix), kilobytes (k suffix),

log_errors_max_lenDefault: 1024Allowed: IntegerThe maximum length for error messages written to a log file. For no limit, use zero (0). ignore_repeated_errorsDefault: OffAllowed: On, OffThis enables PHP to ignore duplicate errors in a file. If you are debugging, this directive should be set to Off. ignore_repeated_sourceDefault: OffAllowed: On, OffThis directive is used only when ignore_repeated_errors is enabled; it forces PHP to ignore any error that matches the previous error message. report_memleaksDefault: OffAllowed: On, OffIf you have compiled PHP with debugging mode, this directive can allow PHP to report memory leaks. track_errorsDefault: OffAllowed: On, OffThis enables PHP to store the last error in the global variable php_errormsg. html_errorsDefault: OffAllowed: On, OffThis enables PHP to include HTML tags in error messages. It is recommended to leave this off on production-level servers.
Note: If you are looking for cheap and inexpensive provider to host and run your tomcat application check Actions tomcat hosting services

Comments are closed.