Skip to content

Commit

Permalink
Merge pull request #4 from Memcrab/add-hVals
Browse files Browse the repository at this point in the history
remove register_shutdown_function
  • Loading branch information
oleksandr-diudiun authored Mar 10, 2023
2 parents d5e82c3 + 85291e3 commit bc7c2c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CachePool.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function declareConnection(
->withDbIndex($database)
->withTimeout($this->timeout)
);
\register_shutdown_function("Memcrab\Cache\CachePool::shutdown");
}

/**
Expand Down

0 comments on commit bc7c2c8

Please sign in to comment.