version: beta-2.0
program: php
bug revision: c50b3d7add
fix revision: 426f31e790
repos: git, https://github.com/php/php-src.git
failing tests:
	ext/filter/tests/015.phpt

minutes between bug rev and fix rev: 554
files edited: 1
lines added or changed: 16
lines deleted or changed: 10
bug report priority: 
bug management links: 
Security related?: 
Bug type: Bounds checking; incorrect validation
Additional bug info: Port numbers should be constrained to be greater than 0 or
less than 65535

Human patch:
    changes data structures or types?: No
    changes method signature?: No
    changes arguments to a function?: No
    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?: No
