Update meta

This commit is contained in:
Alexander Makarov
2020-08-05 10:42:52 +03:00
parent 25b6b84e55
commit 35b54e0ca5
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!--
Note that only PHP 7 compatibility issues are accepted. For security issues contact maintainers privately.
Note that only PHP 7 and PHP 8 compatibility issues are accepted. For security issues contact maintainers privately.
-->
### What steps will reproduce the problem?

View File

@@ -1,5 +1,5 @@
<!--
Note that only PHP 7 compatibility fixes are accepted. Please report security issues to maintainers privately.
Note that only PHP 7 and PHP 8 compatibility fixes are accepted. Please report security issues to maintainers privately.
-->
| Q | A

View File

@@ -7,6 +7,7 @@ Version 1.1.23 under development
- Enh #4294: Add PostgreSQL 12 support (bio)
- Bug #4291: The scheme (protocol) is deleted when validateIDN is enabled after validation (Argevollen)
- Bug: Fix CFileHelper::findFiles() to use correct directory separator under Windows (samdark)
- Bug #4306: Fix PHP 8 compatibility (samdark)
Version 1.1.22 January 16, 2020
-------------------------------