Skip to content

Instantly share code, notes, and snippets.

@alirezas
Last active August 29, 2015 14:08
Show Gist options
  • Save alirezas/b8005667f798057fea9d to your computer and use it in GitHub Desktop.
Save alirezas/b8005667f798057fea9d to your computer and use it in GitHub Desktop.
// get the path of php.ini in command line
php --ini
// get the current memory limit
php -r "echo ini_get('memory_limit').PHP_EOL;"
// Temporary change memory limit for composer
php -d memory_limit = 1024M composer.phar
// Get the current permission of file
stat -c "%a %n" FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment