Skip to content

Commit

Permalink
Upgrade README.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Dec 26, 2019
1 parent c0922f8 commit 4feb3be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FreeBSD limitations
-------------------

- It doesn't split ini file for FPM/CLI. It's hardcoded as `/usr/local/etc/php.ini`.
- It can't manage multiple PHP versions at the time (like old Debian versions)
- It can't manage multiple PHP versions at the time (like legacy Debian versions)
- You must explicitely set xdebug package name (use `pkg search xdebug` to find the good one)

Role Variables
Expand All @@ -39,7 +39,7 @@ You should look at [default vars](defaults/main.yml).

### Writable vars

- `php_version`: 7.0, 7.1, 7.2, 7.3
- `php_version`: 7.3, 7.4... depending OS (see above)
- `php_install_fpm`: boolean, install and manage php-fpm (default is true)
- `php_install_xdebug`: boolean, install [Xdebug](http://xdebug.org)
- `php_extra_packages`: additional php packages to install (default is an empty list).
Expand All @@ -56,7 +56,6 @@ Note:
- Put specific configuration in `php_ini_fpm`/`php_ini_cli`.
- You can override with `php_ini_fpm`/`php_ini_cli`, but it breaks idempotence.


#### OpCache settings

See [Opcache doc](https://secure.php.net/manual/en/opcache.configuration.php)
Expand Down

0 comments on commit 4feb3be

Please sign in to comment.