Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0-dp5
-
Fix Version/s: 1.1.0-dp5
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
NegativeExpiry/Touch segfaults. Simple as that.
function testTouch() {
$this->assertExceptionRegexp(
create_function('$oo', '$oo->touch("key", -1);'),
array($this->getPersistOO()),
self::$expiryRegexp
);
}
function testTouch() {
$this->assertExceptionRegexp(
create_function('$oo', '$oo->touch("key", -1);'),
array($this->getPersistOO()),
self::$expiryRegexp
);
}