mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
35 lines
554 B
ReStructuredText
35 lines
554 B
ReStructuredText
===============
|
|
Static analysis
|
|
===============
|
|
|
|
PHP static analysis
|
|
-------------------
|
|
|
|
In the server repository psalm is used for static analysis of the PHP code.
|
|
|
|
.. _psalm-php-extensions:
|
|
|
|
Required PHP extensions
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
The following PHP extensions are required to be installed and enabled to make psalm work:
|
|
|
|
* acpu
|
|
* curl
|
|
* ftp
|
|
* gd
|
|
* iconv
|
|
* imagick
|
|
* json
|
|
* ldap
|
|
* libxml
|
|
* mbstring
|
|
* openssl
|
|
* pdo
|
|
* simplexml
|
|
* sysvsem
|
|
* xmlreader
|
|
* zip
|
|
|
|
Some of these are for optional features, but are still required to validate the code.
|