Skip to content

Commit

Permalink
Maybe the packager on CI doesn't support metaclasses?
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Sep 26, 2019
1 parent d2f0d3d commit 337047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ println

php -i > "$EXTENSION_LOGS_DIR/php-info.log"

PHP_VERSION=$(php -i | awk '/^PHP[[:space:]]+API[[:space:]]+=>/ { print $NF }')
PHP_VERSION=$(php -i | awk '/^PHP[ \t]+API[ \t]+=>/ { print $NF }')
PHP_CFG_DIR=$(php --ini | grep 'Scan for additional .ini files in:' | sed -e 's/Scan for additional .ini files in://g' | head -n 1 | awk '{print $1}')

PHP_THREAD_SAFETY=$(php -i | grep 'Thread Safety' | awk '{print $NF}' | grep -i enabled)
Expand Down

0 comments on commit 337047a

Please sign in to comment.