Issue #18418: After fork(), reinit all threads states, not only active ones.

Patch by A. Jesse Jiryu Davis.
This commit is contained in:
Charles-François Natali 2013-08-30 23:32:53 +02:00
parent dee0434e2f
commit 9939cc89a4
4 changed files with 26 additions and 1 deletions

View file

@ -279,6 +279,7 @@ Ben Darnell
Kushal Das
Jonathan Dasteel
Pierre-Yves David
A. Jesse Jiryu Davis
John DeGood
Ned Deily
Vincent Delft

View file

@ -66,6 +66,9 @@ Core and Builtins
Library
-------
- Issue #18418: After fork(), reinit all threads states, not only active ones.
Patch by A. Jesse Jiryu Davis.
- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
cookie flags.