1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Remove contributor names from changelog

These have not been removed by news2html due to formatting issues
(missing the trailing period).
This commit is contained in:
Christoph M. Becker
2022-09-05 16:17:56 +02:00
parent fbae57e629
commit b8c35de3c9

View File

@@ -26,8 +26,8 @@ changelog_header(8, $MINOR_VERSIONS);
</ul></li>
<li>DBA:
<ul>
<li>Fixed LMDB driver memory leak on DB creation failure (Girgias)</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9155); ?> (dba_open("non-existing", "c-", "flatfile") segfaults) (cmb)</li>
<li>Fixed LMDB driver memory leak on DB creation failure.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9155); ?> (dba_open("non-existing", "c-", "flatfile") segfaults).</li>
</ul></li>
<li>IMAP:
<ul>
@@ -866,7 +866,7 @@ changelog_header(8, $MINOR_VERSIONS);
</ul></li>
<li>DBA:
<ul>
<li>Fixed LMDB driver memory leak on DB creation failure (Girgias)</li>
<li>Fixed LMDB driver memory leak on DB creation failure.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9155); ?> (dba_open("non-existing", "c-", "flatfile") segfaults).</li>
</ul></li>
<li>Intl: