Is there a definite and reliable source to find out which PHP release version x.y.z carries/uses which "API=yyyymmdd" signature/tag?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
The version control repository of PHP is the authoritative source on the correlation between PHP releases and their API date-versions.
Assuming bash
Fetch PHP.
list of relevant tags
some 270 log entries for main/php.h (where API version is defined).
match relevant lines and remove cruft.
do the doo!
Results
For the curious
Versions starting with php- are git tags and presumably official releases.
I've looked for such a thing in the past, but haven't found any really good sources. (Searching for some of the API versions shows a post I made a while back listing them as one of the top hits!) Here are all of the recent ones: