I have a discusion with the Admin at a company i make Projekts for.
He said that he could not host Laravel Projects because of mcrypt.
The reason is that mcrypt have to be compiled since php version 5.5?
Its a Debian Server.
Does anyone has some experiance with that? I didnt realy find something about the support of mcrypt.
Max and bashy, sorry to hijack the post, but for my education why would mcrypt be a problem. Don't feel obligated to reply, just found this interesting.
Problem is that the admin of this company dont want compile mcrypt or any other package. And that is because he is running more than 20 Servers and want to have the same configuration. Thats what they told me. For me personal its not a Problem to install mcrypt or compile it.
Not much you can do about it then. Not sure what setup they have but if they're unable or unwilling to compile/install support for mcrypt on only one server (or all), best just to leave the company :) god complex much?
ROFL! I was going to say no mcrypt pretty that limits the dev solutions deployed, if I recall RoR uses it as well as I've installed with brew. What is interesting is that it is written in a C derivative (I think). That said, it is a pain in the ass to compile.