Skip to content

Commit

Permalink
display runtime config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Feb 24, 2024
1 parent b0e0b4e commit 0f3112c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
pear list
pear config-set umask 0022
sudo pear config-set umask 0022 system
pear config-show
if [ "" -ne "`pear config-get php_ini`"]; then cat 'default_charset = "UTF-8"' >> `pear config-get php_ini`; fi
php -m
php -i | grep -i http
php -i | grep -i mbstring
php -i | grep -i charset
- name: Run tests
run: |
Expand Down

0 comments on commit 0f3112c

Please sign in to comment.