Skip to content

Commit 3dfac93

Browse files
committed
Fix typo
1 parent 692c5f3 commit 3dfac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/php.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ AC_DEFUN([PHP_PROG_PHP],[
19001900
set $php_version
19011901
IFS=$ac_IFS
19021902
php_version_num=`expr [$]{1:-0} \* 10000 + [$]{2:-0} \* 100 + [$]{3:-0}`
1903-
dnl Minimum supported version for gen_stubs.php is PHP 7.4.
1903+
dnl Minimum supported version for gen_stub.php is PHP 7.4.
19041904
if test "$php_version_num" -lt 70400; then
19051905
AC_MSG_RESULT([$php_version (too old)])
19061906
unset PHP

0 commit comments

Comments
 (0)