We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ed4a1 commit 8bda806Copy full SHA for 8bda806
src/PEAR2/Net/RouterOS/Registry.php
@@ -66,7 +66,7 @@ class Registry
66
*/
67
public function __construct($uri)
68
{
69
- $this->shm = new SHM(__CLASS__ . ' ' . $uri);
+ $this->shm = SHM::factory(__CLASS__ . ' ' . $uri);
70
if (-1 === self::$requestId) {
71
self::$requestId = $this->shm->add('requestId', 0)
72
? 0 : $this->shm->inc('requestId');
0 commit comments