Skip to content
Advertisement

Tag: macos

Mac CLI PHP ini file location

I am using OSX Catalina and am trying to increase the memory limit for PHP – no matter where I look I cannot find the right PHP ini file to change this. When I go to /etc I see: so it looks like there is no php.ini file to be able to change the memory limit but I assume there

Very slow laravel homestead/vagrant/virtualbox on Mac OSX

I am using Homestead + Vagrant + Virtualbox on a Mac. Problem While I found lots of threads/answers how to fix slow response times (e.g. TTFB) none of them worked. My response times vary between 25 – 32 seconds, which of obviously is not acceptable for local development. Suggested Solutions I have tried a lot of suggested solutions from here:

OSX composer increase memory limit

I am having memory issues with composer; trying to increase the available amount above 128MO. I have been following the guidelines from composer.org but nothing seems to work. If I locate php.ini on my machine I get: I sudo /private/etc/php.ini.default and change MEMORY_LIMIT = 512MO but when I do php -r “echo ini_get(‘memory_limit’).PHP_EOL;” I still get 128 MO now I

where is php-fpm getting its config values on osx

I’m trying to php-fpm on my osx by running: and I get this error: i don’t have that file nor can I create it – even when using sudo: so my next big move is to find where exactly is this log file directory setup in php-fpm configuration (so that i can decide where the log file should go).. there

Advertisement