R6.0 Dependencies
1. Requirements
1.1. PHP
PHP 7.3 - 8.0 (PHP 7.4 recommended)1.1.1. PHP Extensions
- bcmath[link1], or GMP[link2]
- ctype[link3]
- fileinfo[link4]
- gd[link5]
- iconv[link6]
- intl[link7]
- json[link8]
- mbstring[link9]
- mysqli[link10]
- openssl[link11]
- pcre[link12]
- pdo[link13]
- pdo_mysql[link14]
- spl[link15]
- zlib[link16]
1.1.2. Necessity to raise the PHP version
PHP version
- 7.0
- Null Coalescing Operator -
??
- Null Coalescing Operator -
- 7.1
- php-diff 1.13
-
[$a, $b, $c] = ['a', 'b', 'c'];
- 7.2
- EOS December 2020
- hashids 4.0 -
mb_ord()
function
- 7.3
- EOS December 2021
-
is_countable()
function - PCRE2
cause for raise
- PHP end of support[link17]
- library dependency
- core dependency
1.2. Web server
Apache >= 2.4Apache version
- 2.2
- EOS December 2017
1.3. Database
SQL database system, one of:MariaDB >= 10.2
MySQL >= 5.7
MySQL >= 5.7
1.3.1. Necessity to raise the Database version
DB version
- MariaDB 10.0.5 & MySQL 5.6.4
- InnoDB Full-text Search support
- EOS Feb 2021
- MariaDB 10.2.2 & MySQL 5.7.7
- support index key prefixes up to 3072 bytes by default (optional)
cause for raise
- MariaDB end of support[link18]
- MySQL end of support[link19]
- core dependency
2. Used Libraries
# | directory | project | version | status | |
---|---|---|---|---|---|
1 | bad_behavior | Bad Behavior[link20] | 2.2.24 | patched: various, see repo | |
2 | captcha | freeCap[link21] | 1.4.1 | patched: various, see repo | |
3 | hashids | Hashids[link22] | 4.1.0 | unpatched | |
4 | htmlsax3 | HTMLSAX3[link23] | 3.0.0 | patched: various, see repo | |
5 | php-diff | php-diff[link24] | 2.3.2 | patched, see subdir | |
6 | phpmailer | PHPMailer[link25] | 6.6.2 | unpatched | |
7 | phpthumb | PhpThumb[link26] | 2.1 | unpatched | |
8 | safehtml | SafeHTML[link27] | 1.3.12 | patched: various, see repo | |
9 | simplepie | SimplePie[link28] | 1.5.8 | unpatched | |
10 | text-hl | Text_Highlighter[link29] | 0.8.0 | patched: various, see repo |
- [link1] https://www.php.net/manual/en/book.bc.php
- [link2] https://www.php.net/manual/en/book.gmp.php
- [link3] https://www.php.net/manual/en/book.ctype.php
- [link4] https://www.php.net/manual/en/book.fileinfo.php
- [link5] https://www.php.net/manual/en/book.image.php
- [link6] https://www.php.net/manual/en/book.iconv.php
- [link7] https://www.php.net/manual/en/book.intl.php
- [link8] https://www.php.net/manual/en/book.json.php
- [link9] https://www.php.net/manual/en/book.mbstring.php
- [link10] https://www.php.net/manual/en/book.mysqli.php
- [link11] https://www.php.net/manual/en/book.openssl.php
- [link12] https://www.php.net/manual/en/book.pcre.php
- [link13] https://www.php.net/manual/en/book.pdo.php
- [link14] https://www.php.net/manual/en/ref.pdo-mysql.php
- [link15] https://www.php.net/manual/en/book.spl.php
- [link16] https://www.php.net/manual/en/book.zlib.php
- [link17] https://www.php.net/eol.php
- [link18] https://mariadb.org/about/maintenance-policy/
- [link19] https://en.wikipedia.org/wiki/MySQL#Release_history
- [link20] https://bad-behavior.ioerror.us/
- [link21] https://wackowiki.org/doc/Dev/Components/Lib/Captcha
- [link22] https://github.com/ivanakimov/hashids.php
- [link23] https://pear.php.net/package/XML_HTMLSax3/
- [link24] https://github.com/JBlond/php-diff
- [link25] https://github.com/PHPMailer/PHPMailer
- [link26] https://github.com/PHPThumb/PHPThumb
- [link27] https://wackowiki.org/doc/Dev/Projects/SafeHTML
- [link28] https://github.com/simplepie/simplepie
- [link29] https://pear.php.net/package/Text_Highlighter/