Skip to content

Commit

Permalink
Try to remove tables from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
finwe committed Mar 2, 2023
1 parent c673e65 commit b7f05d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions about-mpdf/requirements-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ modification_time: 2023-03-02T14:03:20+01:00

Since mPDF 7.0 is compatible with these PHP versions:

- `PHP >=5.6 <7.3.0` is supported for `mPDF >= 7.0`
- `PHP 7.3` is supported since `mPDF v7.1.7`
- `PHP 7.4` is supported since `mPDF v8.0.4`
- `PHP 8.0` is supported since `mPDF v8.0.10`
- `PHP 8.1` is supported as of `mPDF v8.0.13`
- `PHP 8.2` is supported as of `mPDF v8.1.3`
* `PHP >=5.6 <7.3.0` is supported for `mPDF >= 7.0`
* `PHP 7.3` is supported since `mPDF v7.1.7`
* `PHP 7.4` is supported since `mPDF v8.0.4`
* `PHP 8.0` is supported since `mPDF v8.0.10`
* `PHP 8.1` is supported as of `mPDF v8.0.13`
* `PHP 8.2` is supported as of `mPDF v8.1.3`

PHP extensions required, partially required or recommended:

* PHP `mbstring` (including `mbregex`, which needs to be explicitly enabled in some environments) and `gd` extensions have to be loaded.
* Additional extensions may be required for some advanced features such as
* `zlib` for compression of embedded resources such as fonts or for importing existing PDF files with FPDI
* `bcmath` for generating barcodes
* `xml` for character set conversion and SVG handling.
* `curl` extension is used for remote HTTP calls if available.
* PHP `mbstring` (including `mbregex`, which needs to be explicitly enabled in some environments) and `gd` extensions have to be loaded.
* Additional extensions may be required for some advanced features such as
* `zlib` for compression of embedded resources such as fonts or for importing existing PDF files with FPDI
* `bcmath` for generating barcodes
* `xml` for character set conversion and SVG handling.
* `curl` extension is used for remote HTTP calls if available.

mPDF is **not** compatible with PHP function overloading (`mbstring.func_overload`)

Expand Down

0 comments on commit b7f05d1

Please sign in to comment.