Skip to content

Commit 4834585

Browse files
committed
merge code
2 parents 9753f53 + 0378eff commit 4834585

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

sapi/src/builder/extension/mongodb.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
->withPieVersion($mongodb_version)
5353
->withPieName('mongodb/mongodb-extension')
5454
//->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
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
6161
EOF
62-
)
63-
*/
62+
)
63+
*/
6464
//->withAutoUpdateFile()
6565
->withBuildCached(false)
6666
->withDependentLibraries(...$dependentLibraries);

0 commit comments

Comments
 (0)