Skip to content

Instantly share code, notes, and snippets.

@ScreamingDev
Last active August 29, 2015 13:57
Show Gist options
  • Save ScreamingDev/9720118 to your computer and use it in GitHub Desktop.
Save ScreamingDev/9720118 to your computer and use it in GitHub Desktop.
php .user.ini
$ php -i | grep user_ini
user_ini.cache_ttl => 10 => 10
user_ini.filename => .user.ini => .user.ini
auto_prepend_file = ./loader.php
<?php
echo "bar";
.
├── shell
│   ├── Twitter
│   │   └── Auth.php
│ ├── loader.php
│   └── .user.ini
└── vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment