-
Type: Task
-
Resolution: Unresolved
-
Priority: 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
- is duplicated by
-
PHPC-1772 Provide default php.ini in evergreen toolchain
- Closed
- is related to
-
PHPLIB-951 Fix Astrolabe PHP workload executor validation failures
- Closed
- related to
-
PHPLIB-951 Fix Astrolabe PHP workload executor validation failures
- Closed
-
PHPLIB-1037 PHP driver consistently fails various Atlas Astrolabe tests
- Closed
- links to