diff options
| author | Progi1984 <progi1984@gmail.com> | 2022-11-22 21:22:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 21:22:57 +0100 |
| commit | c016895166af23aa37468e7556577e3f7772065c (patch) | |
| tree | 22e8da694ca5e99266b0d82402f45e0807454f9e /docs | |
| parent | f81720941c07c76ad5ee25d0d69682463acb504b (diff) | |
| download | smarty-c016895166af23aa37468e7556577e3f7772065c.tar.gz smarty-c016895166af23aa37468e7556577e3f7772065c.tar.bz2 smarty-c016895166af23aa37468e7556577e3f7772065c.zip | |
PHP8.2 compatibility (#775)
* PHP8.2 compatibility
* PHP8.2 compatibility : Fixed unit tests
* PHP8.2 compatibility : Replace ENT_COMPAT by ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401
* PHP8.2 compatibility : Remove deprecated utf8_decode
* PHP8.2 compatibility : Remove HTML-ENTITIES parameter
* Removed some unused code for clarity, updated the changelog.
* More concise escape implementation and unit test to cover both modifierplugin and modifiercompiler.
* Fix htmlall unescape of quotes without mbstring too
Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index de55ffe8..2a1391f4 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -2,7 +2,7 @@ What is Smarty? ============== ## Requirements -Smarty can be run with PHP 7.1 to PHP 8.1. +Smarty can be run with PHP 7.1 to PHP 8.2. ## Installation Smarty versions 3.1.11 or later can be installed with [Composer](https://getcomposer.org/). |
