https://bugzilla.wikimedia.org/show_bug.cgi?id=68841

            Bug ID: 68841
           Summary: HHVM and pecl Redis::get() return inconsistent failure
                    values
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: hiphop
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

(From Erik Bernhardson)

HHVM's Redis::get() returns null on failure, while pecl-redis' Redis::get()
returns false on failure.  There's no good way to distinguish the two classes
with same name.

The Flow extension works around this when calling getMulti(), by filtering out
false values; see I6d81d4a1bc6745 .

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to