Skip to content

Commit ee02425

Browse files
committed
2 parents 1a9b78b + 040dbe8 commit ee02425

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
time (@rossaddison)
1414
- Enh #71: Improve requirements array validation (@vjik)
1515
- Enh #78: Improve result appearance (@luizcmarin)
16+
- Enh #80: Added a check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time. (@rossaddison)
1617

1718
## 1.0.0 June 15, 2024
1819

src/RequirementsChecker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public function checkUploadMaxFileSize(?string $min = null, ?string $max = null)
311311
return ($minCheckResult && $maxCheckResult);
312312
}
313313

314-
315314
/**
316315
* Checks if the `php.ini` setting `max_execution_time` exceeds the execution time specified.
317316
* @param string|null $max Maximum execution time.

0 commit comments

Comments
 (0)