phing phplint out of memory
Had a funny problem at work today, my php.ini was set to 1G however the script would still fail saying it couldn’t allocate 32bytes of memory which was a bit odd. A little investigation showed that at lib/php/phing/Phing.php // should return memory limit in MB $mem_limit = (int) ini_get(‘memory_limit’); if ($mem_limit < 32) { // [...]