We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9753f53 + 0378eff commit 4834585Copy full SHA for 4834585
1 file changed
sapi/src/builder/extension/mongodb.php
@@ -52,15 +52,15 @@
52
->withPieVersion($mongodb_version)
53
->withPieName('mongodb/mongodb-extension')
54
//->withFileHash('md5', '91f96b24df7ed5651731671f55cb68a1')
55
- /*
56
- ->withFile("mongodb-{$mongodb_version}.tgz")
57
- ->withDownloadScript(
58
- 'mongo-php-driver',
59
- <<<EOF
60
- git clone -b {$mongodb_version} --recursive https://github.com/mongodb/mongo-php-driver.git
+ /*
+ ->withFile("mongodb-{$mongodb_version}.tgz")
+ ->withDownloadScript(
+ 'mongo-php-driver',
+ <<<EOF
+ git clone -b {$mongodb_version} --recursive https://github.com/mongodb/mongo-php-driver.git
61
EOF
62
- )
63
- */
+ )
+ */
64
//->withAutoUpdateFile()
65
->withBuildCached(false)
66
->withDependentLibraries(...$dependentLibraries);
0 commit comments