mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
seems php -m lists pgsql, but extension_loaded("pgsql") === false
This commit is contained in:
parent
b0594aec57
commit
d1a959629b
@ -58,8 +58,8 @@ before_script:
|
||||
esac
|
||||
- phpenv config-rm xdebug.ini
|
||||
- php -m
|
||||
- echo "extension=pgsql.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
|
||||
- php -m
|
||||
- php -r 'var_dump(extension_loaded("pgsql"));'
|
||||
- php -r 'var_dump(get_loaded_extensions());'
|
||||
#- composer update --prefer-source $LOWEST_DEPS
|
||||
- curl https://svn.stylite.de/fix_mrconfig 2>/dev/null | php
|
||||
- mr --trust-all --stats up
|
||||
|
Loading…
Reference in New Issue
Block a user