Fix $this in static context memcached bug
commitaf246bb791044ae6a53fa1e6b9de73a3e6612848
authorMatt Schellhas <rms@fb.com>
Fri, 7 Dec 2018 04:56:26 +0000 (6 20:56 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 7 Dec 2018 04:58:47 +0000 (6 20:58 -0800)
tree0705ac92eb6728939fb31f6e7621c22ef43290ea
parent69f3b813a1241bde39116597fed4987012465021
Fix $this in static context memcached bug

Summary: While doing an unrelated change, I ran into this memcached bug where $this was being used in a static function (and will thus blow up at runtime). Moving it to an instance function because of visibility and limited use.

Reviewed By: oulgen

Differential Revision: D13331977

fbshipit-source-id: ebc0fc4c9db0fab59c69a690d36100ecff0171d7
hphp/runtime/ext/memcached/ext_memcached.php