Skip to content

Commit 7b83e69

Browse files
authored
Merge pull request #2 from ekino/fix/disable-opcache-dev
fix: disable opcache in app.dev.ini for better DX
2 parents 262c5bb + dc978c5 commit 7b83e69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.docker/php/conf/app.dev.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
memory_limit = 2G
22
max_execution_time = 60
33
apc.enable_cli = 1
4+
opcache.enable = 0
45

56
xdebug.start_with_request = yes
67
xdebug.idekey = PHPSTORM

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Versions
33

44
main
55
----
6+
* Disable opcache for development environment
67
* Upgrade FrankenPHP version from 1.3.3-php8.3 to 1.4.4-php8.3

0 commit comments

Comments
 (0)