mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11294] Update required/optional extension list for develop.
PHPBB3-11294
This commit is contained in:
parent
3f03dd7ecd
commit
ca7327ba26
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ the following PHP extensions must be installed and enabled to run unit tests:
|
||||||
|
|
||||||
- ctype (also a PHPUnit dependency)
|
- ctype (also a PHPUnit dependency)
|
||||||
- dom (PHPUnit dependency)
|
- dom (PHPUnit dependency)
|
||||||
|
- json (also a phpBB dependency)
|
||||||
|
|
||||||
Some of the functionality in phpBB and/or the test suite uses additional
|
Some of the functionality in phpBB and/or the test suite uses additional
|
||||||
PHP extensions. If these extensions are not loaded, respective tests
|
PHP extensions. If these extensions are not loaded, respective tests
|
||||||
|
@ -29,8 +30,10 @@ will be skipped:
|
||||||
- interbase, pdo_firebird (Firebird database driver)
|
- interbase, pdo_firebird (Firebird database driver)
|
||||||
- mysql, pdo_mysql (MySQL database driver)
|
- mysql, pdo_mysql (MySQL database driver)
|
||||||
- mysqli, pdo_mysql (MySQLi database driver)
|
- mysqli, pdo_mysql (MySQLi database driver)
|
||||||
|
- pcntl (flock class)
|
||||||
- pdo (any database tests)
|
- pdo (any database tests)
|
||||||
- pgsql, pdo_pgsql (PostgreSQL database driver)
|
- pgsql, pdo_pgsql (PostgreSQL database driver)
|
||||||
|
- redis (https://github.com/nicolasff/phpredis, Redis cache driver)
|
||||||
- simplexml (any database tests)
|
- simplexml (any database tests)
|
||||||
- sqlite, pdo_sqlite (SQLite database driver, requires SQLite 2.x support
|
- sqlite, pdo_sqlite (SQLite database driver, requires SQLite 2.x support
|
||||||
in pdo_sqlite)
|
in pdo_sqlite)
|
||||||
|
|
Loading…
Add table
Reference in a new issue