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 /docker-compose.yml | |
| 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 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d46608bf..cc90fb8b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,3 +38,8 @@ services: service: base build: dockerfile: ./utilities/testrunners/php81/Dockerfile + php82: + extends: + service: base + build: + dockerfile: ./utilities/testrunners/php82/Dockerfile |
