Canjucks Posted July 27, 2022 Posted July 27, 2022 So, I came into some issues yesterday as I was making some game edits and wondered what if I don't have everything installed in terms of PHP extensions or otherwise. Does anyone or can anyone help me make a list so I can check it off of what I MUST have installed to make hosting games work first time and not have these issues pop up. The issue I had was adding an image to a crime group, so I found that I need fileinfo extention installed on PHP 7.4 (had it on 7.3 but is now depreciated). I don't know but this might help others as well as when you sign up to a host you need to know what to ask for to ensure its on the server your playing around on yeah. This is in terms of Apache server 4. Best comments gets a big thumbs upΒ πΒ and not a πΒ (π π€£π) Quote
Dayo Posted July 27, 2022 Posted July 27, 2022 Itβs hard to say that you need X, Y and Z as all games are different. You could just install everything but that is a bit overkill. For my hosting server I bought a Plesk licence, it has saved me so much time with issues like this as I can just swap php versions and enable extensions with ease. Quote
Inveteratus Posted July 27, 2022 Posted July 27, 2022 Try running your code through Exakat. It's a very powerful static analysis tool which is capable of determining the minimum PHP version and what extensions are required along with provided a number of very handy reports on the state of your code. Quote
Canjucks Posted July 27, 2022 Author Posted July 27, 2022 Thanks guys. It is easy to enable using WHM (just like Plesk). I'll add them on as I a need comes up me thinks.Β ππ Quote
SRB Posted July 28, 2022 Posted July 28, 2022 The packages required by Laravel is probably a good starting point if you only use the main ones: https://laravel.com/docs/7.x#server-requirements From that list, I'd normally install the following on new servers - all of them, obviously, if you are using laravel. BCMath Ctype Fileinfo JSON Mbstring PDO XML 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.