You can view the Pull Request on github:
https://github.com/php/web-php/pull/252

Opened By: zrhoffman
Pull Request Description:
Before: https://secure.php.net/releases/index.php?json&version=7.1&max=10 
returns all version 7 releases, minor version ignored.

After: https://secure.php.net/releases/index.php?json&version=7.1&max=10 only 
returns version 7.1 releases.

Also after: https://secure.php.net/releases/index.php?json&version=7.1.22 
returns version 7.1.22 only.

Existing functionality (e.g., filtering by major versions like 4, 5, 7, etc.) 
should be unaffected.

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to