File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if test "$PHP_ZIP" != "no"; then
27
27
elif test $PHP_VERSION -lt 80100; then
28
28
AC_MSG_RESULT ( 8.0 )
29
29
subdir=php8
30
- elif test $PHP_VERSION -lt 80400 ; then
31
- AC_MSG_RESULT ( 8.1/8.2/8.3 )
30
+ elif test $PHP_VERSION -lt 80500 ; then
31
+ AC_MSG_RESULT ( 8.1/8.2/8.3/8.4 )
32
32
subdir=php81
33
33
else
34
34
AC_MSG_ERROR ( PHP version $PHP_VERSION is not supported yet )
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ if (PHP_ZIP != "no") {
34
34
configure_module_dirname = configure_module_dirname + "\\php81" ;
35
35
} else if ( PHP_VERSION == 8 && PHP_MINOR_VERSION == 3 ) {
36
36
configure_module_dirname = configure_module_dirname + "\\php81" ;
37
+ } else if ( PHP_VERSION == 8 && PHP_MINOR_VERSION == 4 ) {
38
+ configure_module_dirname = configure_module_dirname + "\\php81" ;
37
39
} else {
38
40
ERROR ( "PHP " + PHP_VERSION + "." + PHP_MINOR_VERSION + " not supported" ) ;
39
41
}
Original file line number Diff line number Diff line change 27
27
</stability >
28
28
<license uri =" https://www.php.net/license/3_01.txt" filesource =" LICENSE" >PHP-3.01</license >
29
29
<notes >
30
- -
30
+ - compatibility with 8.4
31
31
</notes >
32
32
<contents >
33
33
<dir name =" /" >
217
217
<required >
218
218
<php >
219
219
<min >5.4.0</min >
220
- <max >8.3 .99</max >
220
+ <max >8.4 .99</max >
221
221
</php >
222
222
<pearinstaller >
223
223
<min >1.7.0</min >
You can’t perform that action at this time.
0 commit comments