Fix MacOSX build in ext_apc
commit10c3d1d1385862bb74c064c5a18222cd109b2cb5
authorSara Golemon <sgolemon@fb.com>
Fri, 12 Sep 2014 03:52:27 +0000 (11 20:52 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Fri, 12 Sep 2014 04:00:18 +0000 (11 21:00 -0700)
treefb183fbadef3416f2af8418c097d80a95b2f88e5
parent84dacf6092d464e929517d7b7d349f3527c16458
Fix MacOSX build in ext_apc

Summary: Config::Bind() doesn't have size_t/time_t specizations.
The MacOSX compiler is more sensitive to this and won't use the
int64_t/uint64_t versions.  Just use int64_t for both.

Reviewed By: @ptarjan

Differential Revision: D1551324
hphp/runtime/ext/ext_apc.cpp
hphp/runtime/ext/ext_apc.h