|
3 | 3 | ## What is CodeIgniter? |
4 | 4 |
|
5 | 5 | CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. |
6 | | -More information can be found at the [official site](http://codeigniter.com). |
| 6 | +More information can be found at the [official site](https://codeigniter.com). |
7 | 7 |
|
8 | 8 | This repository holds a composer-installable app starter. |
9 | 9 | It has been built from the |
10 | 10 | [development repository](https://github.com/codeigniter4/CodeIgniter4). |
11 | 11 |
|
12 | | -More information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums. |
| 12 | +More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums. |
13 | 13 |
|
14 | | -The user guide corresponding to this version of the framework can be found |
| 14 | +The user guide corresponding to the latest version of the framework can be found |
15 | 15 | [here](https://codeigniter4.github.io/userguide/). |
16 | 16 |
|
17 | 17 | ## Installation & updates |
@@ -53,11 +53,10 @@ Problems with it can be raised on our forum, or as issues in the main repository |
53 | 53 | PHP version 7.4 or higher is required, with the following extensions installed: |
54 | 54 |
|
55 | 55 | - [intl](http://php.net/manual/en/intl.requirements.php) |
56 | | -- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library |
| 56 | +- [mbstring](http://php.net/manual/en/mbstring.installation.php) |
57 | 57 |
|
58 | 58 | Additionally, make sure that the following extensions are enabled in your PHP: |
59 | 59 |
|
60 | 60 | - json (enabled by default - don't turn it off) |
61 | | -- [mbstring](http://php.net/manual/en/mbstring.installation.php) |
62 | | -- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) |
63 | | -- xml (enabled by default - don't turn it off) |
| 61 | +- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL |
| 62 | +- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\CURLRequest library |
0 commit comments