Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#11562 closed enhancement (fixed)

Return required PHP and MySQL versions from api.wordpress.org/core/version-check/

Reported by: ryan's profile ryan Owned by: ryan's profile ryan
Milestone: 3.0 Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description (last modified by ryan)

Currently we have this response:

upgrade
http://wordpress.org/download/
http://wordpress.org/wordpress-2.9.zip
2.9
en_US

Suggesting we add the PHP and MySQL versions to the end of that:

upgrade
http://wordpress.org/download/
http://wordpress.org/wordpress-2.9.zip
2.9
en_US
4.3
4.1.2

The auto upgrader can check this and know if the new version is compatible with the server environment without having to download and partially install the new version.

Attachments (1)

11562.diff (4.7 KB) - added by ryan 14 years ago.
Use the new fields

Download all attachments as: .zip

Change History (6)

#1 @ryan
14 years ago

  • Description modified (diff)

@ryan
14 years ago

Use the new fields

#3 @ryan
14 years ago

Patch against trunk that makes use of the new fields.

#4 @automattor
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12523]) Check required php and mysql versions in the update response and notify if the server environment does not meet those requirements. fixes #11562

#5 @voyagerfan5761
14 years ago

  • Cc WordPress@… added
Note: See TracTickets for help on using tickets.