* PHP-7.2:
Fix bug #78752
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.2.25
+?? ??? ????, PHP 7.3.12
- Core:
+ . Fixed bug #78658 (Memory corruption using Closure::bindTo). (Nikita)
. Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
Lundin)
+ . Fixed bug #78752 (Segfault if GC triggered while generator stack frame is
+ being destroyed). (Nikita)
- COM:
. Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)