mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11294] Update required/optional extension list for olympus.
PHPBB3-11294
This commit is contained in:
parent
c701de695f
commit
c0b3151f0d
1 changed files with 18 additions and 1 deletions
|
@ -17,7 +17,24 @@ PHP extensions
|
|||
Unit tests use several PHP extensions that board code does not use. Currently
|
||||
the following PHP extensions must be installed and enabled to run unit tests:
|
||||
|
||||
- ctype
|
||||
- ctype (also a phpunit dependency)
|
||||
- dom (phpunit dependency)
|
||||
|
||||
Some of the functionality in phpBB and/or the test suite uses additional
|
||||
PHP extensions. If these extensions are not loaded, respective tests
|
||||
will be skipped:
|
||||
|
||||
- apc (APC cache driver)
|
||||
- bz2 (compress tests)
|
||||
- interbase, pdo_firebird (Firebird database driver)
|
||||
- mysql, pdo_mysql (MySQL database driver)
|
||||
- mysqli, pdo_mysql (MySQLi database driver)
|
||||
- pdo (any database tests)
|
||||
- pgsql, pdo_pgsql (PostgreSQL database driver)
|
||||
- simplexml (any database tests)
|
||||
- sqlite, pdo_sqlite (SQLite database driver, requires SQLite 2.x support
|
||||
in pdo_sqlite)
|
||||
- zlib (compress tests)
|
||||
|
||||
Database Tests
|
||||
--------------
|
||||
|
|
Loading…
Add table
Reference in a new issue