Skip Navigation
michael Michael @mstdn.thms.uk

Full stack web developer currently working mostly with #PHP / #Laravel, Vanilla #Javascript and #SCSS. Love learning more about (almost) anything, but particularly #MySQL and #InfoSec. Currently learning Arabic. Husband, father of two boys, Christian.

Posts 0
Comments 3
"Smashing Security" podcast episode 383: The Godfather club, and AirTags to the rescue.
  • @[email protected] I was personally offended by the intro to that episode 😠😁

  • Properly restart Opcache after deployment
  • @symfonystation I’ve been using systemctl restart php-from for a long time.

    The problem with any of these other tools is that they always rely on some php code to refresh the opcache. But what if the opcache has an outdated version of that code cached?

    I’ve been bitten by it a couple of times. So restart php-fpm is far more reliable for me.

    #php