diff --git a/src/Threaded.php b/src/Threaded.php index e7a79f36..7b935d46 100644 --- a/src/Threaded.php +++ b/src/Threaded.php @@ -176,7 +176,7 @@ if (!extension_loaded('pthreads')) { return true; } - private function convertToVolatile($value) + public function convertToVolatile($value) { /* if (is_array($value)) {