Skip to content

Commit

Permalink
Add imap
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jul 13, 2023
1 parent d839d14 commit aec80e5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/features/service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,22 @@ If you need to delete unnecessary files in one of your hosts, use [ncdu](https:/
PHP are installed as system wide. It's installed as in these commands:

```
yum install {php74,php80,php81,php82}-php-{bcmath,cli,common,devel,fpm,gd,intl,mbstring,mysqlnd,opcache,pdo,pecl-mongodb,pecl-redis,pecl-zip,pgsql,process,sodium,soap,xml}
yum install {php74,php80,php81,php82}-php-{bcmath,cli,common,devel,fpm,gd,imap,intl,mbstring,mysqlnd,opcache,pdo,pecl-mongodb,pecl-redis,pecl-zip,pgsql,process,sodium,soap,xml}
```

Here's the list of extensions available:

| | | | | | |
| :--------: | :--------: | :-------: | :-----------: | :-------: | :--------: |
| bcmath | bz2 | calendar | Core | ctype | curl |
| date | dom | exif | fileinfo | filter | ftp |
| gd | gettext | hash | iconv | igbinary | intl |
| json | libxml | mbstring | mongodb | msgpack | mysqli |
| mysqlnd | openssl | pcntl | pcre | PDO | pdo_mysql |
| pdo_pgsql | pdo_sqlite | pgsql | Phar | posix | random |
| readline | redis | Reflection | session | shmop | SimpleXML |
| soap | sockets | sodium | SPL | sqlite3 | standard |
| sysvmsg | sysvsem | sysvshm | tokenizer | xml | xmlreader |
| xmlwriter | xsl | Zend OPcache | zip | zlib | |
| | | | | | |
| :---------: | :---------: | :----: | :-----------: | :-----: | :---------: |
| bcmath | bz2 | calendar | Core | ctype | curl |
| calendar | date | dom | exif | fileinfo| filter |
| gd | gettext | hash | iconv | igbinary| imap |
| intl | json | libxml | mbstring | mongodb | msgpack |
| mysqli | mysqlnd | openssl| pcntl | pcre | PDO |
| pdo_mysql | pdo_pgsql | Phar | pdo_sqlite | pgsql | posix |
| random | readline | redis | Reflection | session| shmop |
| SimpleXML | soap |sockets | sodium | SPL | sqlite3 |
| standard | sysvmsg |sysvsem | sysvshm |tokenizer| xml |
| xmlreader | xmlwriter | xsl | Zend OPcache | zip | zlib |

Custom extensions can't be installed as it's a shared hosting. However, you can download PHP yourself and attach it to Nginx via Passenger and FastCGI.

0 comments on commit aec80e5

Please sign in to comment.