|
|
|
|
|
by yuri41
5225 days ago
|
|
I don't think that shared hosting needs to be fixed before you can benefit from a good package manager. Composer and Pyrus both are able to install packages local to the project. So just grab the dependencies before and then upload the "damn thing" to the server to deploy and this will work on every shared host out there. |
|
A good packaging system, for example, will track your PHP version and extensions and make appropriate adjustments. But what if your host uses a slightly different version of PHP with a slightly different list of extensions? At best, the packaging system makes adjustments again, and you cross your fingers hoping that nothing breaks. At worst, everything breaks because your host uses the wrong version of GD or whatever.
Every shared host that supports Ruby gets mired in requests for and complaints about specific versions of gems they've installed. I don't think it will be any different for PHP.