On 2021/02/10 09:35, Jesse Barton wrote:
> Thanks Stuart that's super helpful I'm new to openbsd and must have 
> completely missed that
> those readmes existed. I got everything working last night minus a SAML 
> integration I'm trying
> to setup that says it requires php-mcrypt but I noticed that php-mcrypt is 
> marked obsolete in
> ports. Looks like it's deprecated as a whole. Is there an alternative anyone 
> recommends I use?

mcrypt was removed from php core in 7.2 (2017) - the mcrypt library
itself hasn't been updated in over a decade. I think most people use the
openssl functions now, that is the way xmlseclibs (used by php-saml)
went. There is a pecl extension compatible with (pecl73-mcrypt etc) but
better to move away from it if you can.

Reply via email to