Skip to content

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

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 &#82…

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).. th…