|
97 | 97 |
|
98 | 98 | env: |
99 | 99 | PHP_EXTENSIONS: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter |
100 | | - PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, display_errors=On |
| 100 | + PHP_INI_VALUES: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
101 | 101 |
|
102 | 102 | strategy: |
103 | 103 | fail-fast: false |
@@ -186,7 +186,7 @@ jobs: |
186 | 186 | php-version: ${{ matrix.php-version }} |
187 | 187 | coverage: pcov |
188 | 188 | extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter |
189 | | - ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, display_errors=On |
| 189 | + ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
190 | 190 |
|
191 | 191 | - name: Determine composer cache directory |
192 | 192 | run: echo "COMPOSER_CACHE_DIR=$(./tools/composer config cache-dir)" >> $GITHUB_ENV |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | php-version: ${{ matrix.php-version }} |
239 | 239 | coverage: pcov |
240 | 240 | extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter |
241 | | - ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, display_errors=On |
| 241 | + ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On |
242 | 242 |
|
243 | 243 | - name: Determine composer cache directory |
244 | 244 | run: echo "COMPOSER_CACHE_DIR=$(tools/composer config cache-dir)" >> $GITHUB_ENV |
|
0 commit comments