We borrowed some #PHP code from #StackOverflow that had nested ternaries without parenthesis. Turns out that as a fatal error in PHP 8 on our production server but not on the earlier PHP on our development server. Wow... a language with breaking syntax changes. I'll stick with sound #Clojure, where you never have too few parenthesis.
@worldsendless Turns out running different versions in dev and prod while copying and pasting code from Stack Overflow is a bad combination... 🙂
@Crell No kidding! It's had an open ticket to match their versions for months now, but upgrading the PHP version on shared servers is complicated. I definitely miss our solid Clojure setups.
@Crell I did a bit of Docker and liked it, before we were able to consolidate to the #JVM. Now JVM is my #container (since I don't go deep and actually customize it besides memory specs)