version: beta-2.0
program: php
bug revision: 5087b0ee42
fix revision: ac631dd580
repos: git, https://github.com/php/php-src.git
failing tests:
	ext/date/tests/bug51994.phpt
	ext/date/tests/bug52113.phpt

minutes between bug rev and fix rev: 13
files edited: 3
lines added or changed: 107
lines deleted or changed: 34
bug report priority: 
bug management links: https://bugs.php.net/bug.php?id=51994;  https://bugs.php.net/bug.php?id=52113
Security related?: 
Bug type: Segfault; incorrect behavior or incorrect output
Additional bug info: commit addresses multiple defects; the two test cases
implicated correspond to the two bug types in the previous column

Human patch:
    changes data structures or types?: No
    changes method signature?: Yes
    changes arguments to a function?: Yes
    added 1 or more function calls?: Yes
    changes conditional?: Yes
    adds new variables?: Yes
    adds 1 or more if-statements?: Yes
    adds 1 or more loops?: No
    adds a whole new function?: Yes
