What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi guys, how can I disable opcache in docker setup?
Comments
-
In your
deploy.*.yml
file:image: tag: spryker/php:7.4 php: ini: "opcache.enable_cli": 0 "opcache.enable": 0
0 -
I have disabled it but β¦
0 -
also in the output of phpinfo()
0 -
of course after changing the deploy file I reset the sdk and re-bootstrapped the thing π€·π»
0 -
Did you see if it's disabled?
0 -
php will still have the opcache, it will just be disabled, that's why you can see it on your screenshots
0 -
it says disabled
0 -
is there a way to just unload it
0 -
huh
don't know how
is there a reason to not want it on the project? If I remember correctly, opcache comes installed with php by default since 5.50 -
hmmm I am suspecting it is interfering with xdebug
0 -
I doubt that's the cause
0 -
so xdebug is not loading variables recursively .. even tho I have enabled unlimited depth
0 -
xdebug.var_display_max_depth=-1
0 -
actually xdebug is acting wierd in general β¦ so for example I cannot debug zed (because it seems like it is not accepting simultaneous connections)
it is not showing nested vars
0 -
you mean ArrayObjects?
0 -
that's just working poorly with Spryker
0 -
you can do
Evaluate expression
and then run$theTransferYouWantToCheckOut->getArrayCopy()
0 -
not only arrayobject any array is not working
0 -
I am used to array objects being so annoying
0 -
π
0 -
it looks like a Hiccup in phpstorm .. I had to uninstall it and reinstall it β¦
because just restarting the IDE wonβt help0 -
now it is showing max depth
0 -
I still need to see if debugging zed is working (hopefully ππ» )
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random