We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07387fa commit 6173e60Copy full SHA for 6173e60
.travis.scripts/compile.sh
@@ -30,7 +30,7 @@ wget -O run-tests.php https://raw.githubusercontent.com/php/php-src/master/run-t
30
31
rm -rf tmp-lcov tmp # coveralls may pick it up and lie about our coverage
32
33
-echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
+echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
34
35
MONGO=`which mongo`
36
mongod --version
0 commit comments