- Catalogs
- Colors
- Emoji
- Icons and Images
- Project Builtin Images
- General
- Action Panel
- Bars
- Big Info View
- Box
- Button Bar
- Buttons
- Image Masks
- Info View
- Lists
- Multiple Column Layouts
- Object Item List
- Pager
- Property List
- Responsive left-right table
- Status List
- Tags
- Timeline View
- Typeaheads
- PHUIX
- PHUIX Components
- Single Use
- Badge
- Feed Story
- Hovercard
- Setup Issue
- Technical
- Gestures
- Notifications
- Remarkup
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/7.4/apache2/php.ini
You can find more information about PHP configuration values in the PHP Documentation.
After editing the PHP configuration, restart everything for the changes to take effect. For help with restarting everything, see Restarting in the documentation.
The current configuration has these 1 value(s):
test.value | null |
---|
You can update this value here:
Run these commands:
phorge/ $# Add Command phorge/ $ls -1 > /dev/null
Install this PHP extension:
libexample
You can usually install a PHP extension using apt-get, dnf, or yum. A common package name is php-extname. Try commands like these:
$sudo apt-get install php-extname # Debian / Ubuntu $sudo dnf install php-extname # Red Hat / Derivatives $sudo yum install php-extname # Older Red Hat versions
If those commands don't work, try Google. The process of installing PHP extensions is not specific to this software, 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 everything for the changes to take effect. For help with restarting everything, see Restarting in the documentation.