Adding PHP fix to changes for 3.17.2

This commit is contained in:
Deanna Garcia 2021-06-02 16:22:31 +00:00
parent b42f2376e4
commit c26e452e9e

View File

@ -2,6 +2,10 @@
Kotlin
* Fix duplicate class error (#8653)
PHP
* Fixed SEGV in sub-message getters for well-known types when message is unset
(#8670)
2021-05-07 version 3.17.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
PHP
* Fixed PHP memory leaks and arginfo errors. (#8614)