You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix version-specific configuration for compiling PHP
I have reverted dc3c12b as this was
a misunderstanding of intended behaviour. The special config files for
PHP versions use ‘master’, ‘7.2’, and ‘7.4’ as suffix.
The new MINOR_VERSION variable will convert all the following to 7.4
before looking for the file:
7.4
7.4.23
7.4snapshot
It appears as though the “7.2” file wasn’t being used without this
change, as the previous substitution command was converting
“7.2snapshot” ot “7”.
0 commit comments