Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.1
/
share
/
test
/
mongodb
/
scripts
/
freebsd
/
//proc/thread-self/root/opt/php-7.1/share/test/mongodb/scripts/freebsd/phongo.sh
ls -1 /phongo/mongodb*.tgz | sort -n -r | xargs sudo pecl install -f 2>&1 > /phongo/.build if test $? -eq 0; then php -m | grep -q mongodb || echo "extension=mongodb.so" | sudo tee -a /usr/local/etc/php/extensions.ini pecl run-tests -q -p mongodb 2>&1 > /phongo/.tests else tail -n50 /phongo/.build exit 3 fi