diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-04-19 11:14:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 11:14:07 +0200 |
| commit | f411247aa11e2a88455581128c9bb1e8895af890 (patch) | |
| tree | c38b98148441224572a3c92380cb85a1f4ec635b /changelog | |
| parent | 9a8702d9372b7e68b41303cd2182b7c30a688ec7 (diff) | |
| download | smarty-f411247aa11e2a88455581128c9bb1e8895af890.tar.gz smarty-f411247aa11e2a88455581128c9bb1e8895af890.tar.bz2 smarty-f411247aa11e2a88455581128c9bb1e8895af890.zip | |
Prevent notices on null to string conversion in Template::appendCode (#1002)
Fixes #996
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/996.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/996.md b/changelog/996.md new file mode 100644 index 00000000..3735bcc7 --- /dev/null +++ b/changelog/996.md @@ -0,0 +1 @@ +- Prevent deprecation notices during compilation in PHP8.3 [#996](https://github.com/smarty-php/smarty/issues/996) |
