Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-2162

Create default php.ini for Evergreen PHP toolchain

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: 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 Unassigned
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: