mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Merge branch 'stable'
This commit is contained in:
commit
9a1cef0d4f
@ -498,7 +498,7 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
|
||||
}
|
||||
|
||||
public function close() : void{
|
||||
$this->db->close();
|
||||
unset($this->db);
|
||||
}
|
||||
|
||||
public function getAllChunks(bool $skipCorrupted = false, ?\Logger $logger = null) : \Generator{
|
||||
|
@ -56,7 +56,7 @@ leveldb=@60763a09bf5c7a10376d16e25b078b99a35c5c37 \
|
||||
chunkutils2=@7aec31a9dfc83ddead8870dc0a29159596939680 \
|
||||
morton=@0.1.2 \
|
||||
igbinary=3.2.1 \
|
||||
" PHP_BUILD_ZTS_ENABLE=on PHP_BUILD_CONFIGURE_OPTS='--with-gmp' ./bin/php-build "$VERSION" "$INSTALL_DIR"
|
||||
" PHP_BUILD_ZTS_ENABLE=on PHP_BUILD_CONFIGURE_OPTS='--with-gmp' ./bin/php-build "$VERSION" "$INSTALL_DIR" || exit 1
|
||||
|
||||
rm -rf crypto
|
||||
git clone --recursive https://github.com/bukka/php-crypto.git crypto
|
||||
|
Loading…
x
Reference in New Issue
Block a user