- Action Panel
- Badge
- Bare Page
- Bars
- Box
- Busy
- Button Bar
- Buttons
- Colors
- Emoji Support
- Feed Story
- Generate Avatar Images
- Gestures
- Hovercard
- Icons and Images
- Image Masks
- Info Panel
- Info View
- Javelin Reactor
- Javelin UI
- Javelin Views
- ListFilter
- Lists
- Multiple Column Layouts
- Notifications
- Object Item List
- Pager
- Property List
- Remarkup
- Setup Issue
- Sortable Tables
- Status List
- Tags
- Timeline View
- Tooltips
- Typeaheads
Setup Issue (PhabricatorSetupIssueUIExample)
The current PHP configuration has this value:
| php.config.example | false |
|---|
To update this value, edit your PHP configuration file, located here:
/etc/php.ini
You can find more information about PHP configuration values in the PHP Documentation.
After editing the PHP configuration, restart Phabricator for the changes to take effect. For help with restarting Phabricator, see Restarting Phabricator in the documentation.
The current Phabricator configuration has this value:
| test.value | null |
|---|
You can update this value here:
Run these commands:
$ # Add Command $ $ ls -1 > /dev/null
Install this PHP extension:
libexample
You can usually install a PHP extension using apt-get or yum. Common package names are php-extname or php5-extname. Try commands like these:
$ sudo apt-get install php5-extname # Debian / Ubuntu $ sudo yum install php-extname # Red Hat / Derivatives
If those commands don't work, try Google. The process of installing PHP extensions is not specific to Phabricator, and any instructions you can find for installing them on your system should work. On Mac OS X, you might want to try Homebrew.
After installing new PHP extensions, restart Phabricator for the changes to take effect. For help with restarting Phabricator, see Restarting Phabricator in the documentation.