Create default php.ini for Evergreen PHP toolchain

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None

      While diagnosing PHPLIB-951, I realized that the build host runs with no php.ini file. By default, this means that PHP errors (of various levels) are never reported in task output.

      We should consider adding a default INI configuration to our Evergreen build hosts. For example, I use the following for local environments:

      date.timezone = "America/New_York"
      display_errors = On
      display_startup_errors = On
      error_reporting = -1
      log_errors = On
      memory_limit = -1
      report_memleaks = On
      report_zend_debug = 0
      short_open_tag = Off
      

              Assignee:
              Unassigned
              Reporter:
              Jeremy Mikola
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: