mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fail early in *nix configuration build script
This commit is contained in:
@@ -8,9 +8,9 @@ force=0
|
||||
debug=0
|
||||
|
||||
# Go to project root.
|
||||
cd $(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)
|
||||
cd "$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd -P)" || exit
|
||||
|
||||
php_extra_version=$(grep '^AC_INIT(' configure.ac)
|
||||
php_extra_version=$(grep '^AC_INIT(' configure.ac) || exit
|
||||
case "$php_extra_version" in
|
||||
*-dev*)
|
||||
dev=1
|
||||
|
||||
Reference in New Issue
Block a user