Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseiTarzan committed Aug 2, 2024
1 parent e0d0c50 commit 4aad247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,10 @@ make install >> "$DIR/install.log" 2>&1
echo ";REDIS Support" >> "$INSTALL_DIR/bin/php.ini" 2>&1
echo "extension=redis.so" >> "$INSTALL_DIR/bin/php.ini" 2>&1
write_done

write_download "mongo-php-driver"
git clone https://github.com/mongodb/mongo-php-driver.git >> "$DIR/install.log" 2>&1
mv "mongo-php-driver" "$BUILD_DIR/php/ext/mongo-php-driver"
cd "$BUILD_DIR/php/ext/mongo-php-driver"
git submodule update --init >> "$DIR/install.log" 2>&1
write_configure
Expand Down

0 comments on commit 4aad247

Please sign in to comment.