Search results

  1. Agent23

    So what failed exactly?

    npm and pip are a massive help, everything, even golanf has better packaging management than PHP. Pretty sure that it would have worked even better in python, since it has a massive number of excellent modules thet can do anything from file templating to executintshell commands remotely via ssh...
  2. Agent23

    So what failed exactly?

    The "market share" IMHO is for legacy applications like Drupal and Wordpress, PHPbb and various other ancient stuff. Also, facebook is still stuck on it. Haven't heard of anyone using PHP for a new application or project in years, tbh. Mostly it is Java, C#, Golang, Python and Node.js. :sick...
  3. Agent23

    So what failed exactly?

    That still doesn't make it a good language, or one that has the proper features a modern language should. Even Java has a bunch of build and dependency management tools. Also, I love how you are calling the language that powers most containerization-related software, most of Hashi's stack and...
  4. Agent23

    So what failed exactly?

    There are numerous language with much better performance and superior web frameworks. Python is much cleaner and has excellent ORM. Golang smashes every scripting language where performance is concerned, in fact if you look at benchmarks it, Java and C# dominate when you exclude some of the...
  5. Agent23

    So what failed exactly?

    I mean, you can probably try and use a php-fpm image as a base, but you will also need something in front of it to host the static crap and url mapping and passing off requests to PHP, then you will need to stuff all of the crap that makes up the actual xenforo into the container and have at...
  6. Agent23

    So what failed exactly?

    I don't think XenForo supports docker-based deployment or has an official image. You'd still need to upgrade MySQL and make sure it is a compatible version, and a bunch of other problems. This shit ain't suitable for deployment as a microservice. Also, whatever happens you'd still need to patch...
  7. Agent23

    So what failed exactly?

    Lol, just lol. What, the initrd for the new kernel didn't have the right drivers or something?
  8. Agent23

    So what failed exactly?

    So your test environment is virtual and the server itself is physical, or was there just some problem with the storage drivers for the VM?
  9. Agent23

    So what failed exactly?

    Details, gimme some more of the juicy details. :D :love::p It has been years since I've had to upgrade anything on an actual honest to god pet type server, yay containerization, still though, I wanna hear all about MySQL version mismatches, the wrong version of the PHP runtime, missing...
  10. Agent23

    So what failed exactly?

    Just curious what you were trying to do and what broke ?
Top