Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
medunes committed Dec 29, 2023
1 parent fd11b17 commit e18be75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ ls -al $PHP_INI_DIR || (echo "can not locate PHP_INI_DIR at $PHP_INI_DIR. Aborti
PHP_BIN="php${PHP_VERSION}"
which php${PHP_VERSION} -v || (echo "can not locate $PHP_BIN. Defaulting to 'php'!" && PHP_BIN="php")


php -i | grep extension_dir | cut -d " " -f 5 | head -1

PHP_EXTENSION_DIR=$($PHP_BIN -i | grep extension_dir | cut -d " " -f 5 | head -1)
ls -al $PHP_EXTENSION_DIR || (echo "can not locate PHP_EXTENSION_DIR at $PHP_EXTENSION_DIR. Aborting!" && exit 1)

Expand Down

0 comments on commit e18be75

Please sign in to comment.