We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262c5bb commit dc978c5Copy full SHA for dc978c5
.docker/php/conf/app.dev.ini
@@ -1,6 +1,7 @@
1
memory_limit = 2G
2
max_execution_time = 60
3
apc.enable_cli = 1
4
+opcache.enable = 0
5
6
xdebug.start_with_request = yes
7
xdebug.idekey = PHPSTORM
CHANGELOG.md
@@ -3,4 +3,5 @@ Versions
main
----
+* Disable opcache for development environment
* Upgrade FrankenPHP version from 1.3.3-php8.3 to 1.4.4-php8.3
0 commit comments