#16917 closed defect (bug) (fixed)
Bump PHP and MySQL required versions
Reported by: | markjaquith | Owned by: | |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
We're bumping the minimum PHP version to 5.2.4, and are bumping the minimum MySQL version to 5.0. This is a ticket to track that.
To-do: update WP.org API to not offer WP >= 3.2 to anyone who doesn't meet the requirements.
Attachments (1)
Change History (10)
#2
in reply to:
↑ description
@
14 years ago
Replying to markjaquith:
To-do: update WP.org API to not offer WP >= 3.2 to anyone who doesn't meet the requirements.
The API returns 3.2, but it also returns the PHP version, which is handled in list_core_update(). However the API code wasn't written to handle WP version-specific PHP/MySQL requirements, which I'm working on now.
#6
in reply to:
↑ description
@
14 years ago
- Resolution set to fixed
- Status changed from new to closed
Replying to markjaquith:
To-do: update WP.org API to not offer WP >= 3.2 to anyone who doesn't meet the requirements.
Done: http://api.wordpress.org/core/version-check/1.5/?version=3.2.
(In [17523]) Bump PHP requirement to 5.2.4. Bump MySQL requirement to 5.0. see #16917