Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PHP FunctionalityRequired?Build OptionDebian Package1RHEL Package2
An appropriate database option

Match: Postgres only

Registry: MySQL or Postgres

eg --with-pgsql --with-pdo-pgsql or --with-mysql --with-pdo-mysql3php*-pgsql or php*-mysqlphp-pgsql or php-mysql
GD2Registry: To make use of QR codes exposed for enrollment flow starting points--with-gdphp*-gdphp-gd
LDAP

Directory: Required

Registry: In order to use any LDAP based plugin (including the LDAP Provisioning PluginLDAP Identifier Validator Plugin, or LDAP Source Plugin)

--with-ldap

php*-ldapphp-ldap
OpenSSL

Match: Required

Registry: Required

--with-openssl

Enabled by defaultphp-openssl
mbstring

Registry: For multi-byte string support in data normalization

--enable-mbstring

Enabled by defaultphp-mbstring
XSLRegistry: Required--with-xslphp*-xslphp-xsl
Internationalization FunctionsMatch: Required--enable-intlphp-intlphp-intl

Notes

1Debian packages use the PHP version number (eg: 5 or 7.0) in place of the *.

...