Skip to content

Commit 88e44f0

Browse files
committed
Docker - Suppress PHP warnings in custom PHP ini
1 parent 2906334 commit 88e44f0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
1111
## [6.0.0-beta.8](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.7...6.0.0-beta.8)
1212
- Updated `vite.config.ts` : Other packages removed from `optimizeDeps`
13+
- Docker - Suppress PHP warnings in custom PHP ini
1314
- Specify node engine version
1415
- Convert GitHub Actions workflow files to reusable templates
1516

docker/app/php/custom.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ upload_max_filesize = 64M
44
post_max_size = 64M
55
max_execution_time = 600
66
memory_limit=512M
7+
error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
78

89
[xdebug]
910
xdebug.mode=debug,coverage

0 commit comments

Comments
 (0)