Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@stop Yup, but I can't set the extension_dir directive there and when including php.INI files it just throws "unknown directive" errors on everything.
-
stop68025y@alexbrooklyn linuxxx would never seperate himself from php more than needed. He would marry php if he could.
-
@linuxxx try creating a super basic ini config, and pass it to php-fpm with the -c flag, see if you continue to get errors. You could also see what happens when you run php-fpm -n, which will not use the php.ini. I’m not sure what to expect exactly with that last flag, but might end up giving some helpful output
-
The extension needs to be in place, of course. PHP has pretty good documentation on how to install and enable extensions.
-
@kescherRant I know, I regularly do that but I just can't get the config right...
@highlight Yeah it gives errors when I apply that -
@linuxxx pecl seems more reliable to me than apt in that regard. I have had PHP issues on Debian, that's whx I no longer use Debian on new systems.
"let's quickly compile php by hand and get php-fpm running!"
All is compiled well but I can't, for the love of what-the-fuck-ever figure out how to load extensions within the configuration and the internet isn't helping out much either.
How fucking difficult can this be?!
rant