Skip to content

8.3.35: missing updates? #2025

Description

@tianon

Affected Page URL

https://www.php.net/releases/index.php?json&max=100&version=8.3

Describe the bug

The releases API doesn't list 8.3.35 - only 8.3.33.

It looks like 967eedf needed to update a few more files, notably include/version.inc like 0e3b395 and friends did? 😅

Steps to reproduce

$ wget -qO- 'https://www.php.net/releases/index.php?json&max=100&version=8.3' | jq 'keys_unsorted[:3]'
[
  "8.3.33",
  "8.3.32",
  "8.3.31"
]

Expected behavior

$ wget -qO- 'https://www.php.net/releases/index.php?json&max=100&version=8.3' | jq 'keys_unsorted[:3]'
[
  "8.3.35",
  "8.3.33",
  "8.3.32"
]

Screenshots

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions