File tree Expand file tree Collapse file tree
user_guide_src/source/intro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Server Requirements
33###################
44
5+ .. contents ::
6+ :local:
7+ :depth: 2
8+
9+ ***************************
10+ PHP and Required Extensions
11+ ***************************
12+
513`PHP <https://www.php.net/ >`_ version 7.4 or newer is required, with the following PHP extensions are enabled:
614
715 - `intl <https://www.php.net/manual/en/intl.requirements.php >`_
816 - `mbstring <https://www.php.net/manual/en/mbstring.requirements.php >`_
917 - `json <https://www.php.net/manual/en/json.requirements.php >`_
1018
19+ ***********************
20+ Optional PHP Extensions
21+ ***********************
22+
1123The following PHP extensions should be enabled on your server:
1224
1325 - `mysqlnd <https://www.php.net/manual/en/mysqlnd.install.php >`_ (if you use MySQL)
@@ -28,6 +40,12 @@ The following PHP extensions are required when you use PHPUnit:
2840 - `libxml <https://www.php.net/manual/en/libxml.requirements.php >`_ (if you use :doc: `TestResponse </testing/response >` class)
2941 - `xdebug <https://xdebug.org/docs/install >`_ (if you use ``CIUnitTestCase::assertHeaderEmitted() ``)
3042
43+ .. _requirements-supported-databases :
44+
45+ *******************
46+ Supported Databases
47+ *******************
48+
3149A database is required for most web application programming.
3250Currently supported databases are:
3351
You can’t perform that action at this time.
0 commit comments