Convert APC to HNI
commitffc118767e4f8b4a56b6af89b307c1db5dc44e6b
authorNigel Chan <nchan@fb.com>
Tue, 7 Oct 2014 00:36:02 +0000 (6 17:36 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 7 Oct 2014 01:00:27 +0000 (6 18:00 -0700)
tree713a688d271ea8243a8d7b53c812a66800018a9d
parent39a43a55af83c8a7fd61ad065ebeea3cd2b03252
Convert APC to HNI

Summary: fixes #3627

Reviewed By: @ptarjan

Differential Revision: D1531906
24 files changed:
hphp/runtime/base/apc-array.cpp
hphp/runtime/base/apc-file-storage.cpp
hphp/runtime/base/apc-handle.cpp
hphp/runtime/base/apc-object.cpp
hphp/runtime/base/apc-stats.cpp
hphp/runtime/base/apc-typed-value.cpp
hphp/runtime/base/concurrent-shared-store.cpp
hphp/runtime/base/program-functions.cpp
hphp/runtime/ext/apc/ext_apc.cpp [moved from hphp/runtime/ext/ext_apc.cpp with 91% similarity]
hphp/runtime/ext/apc/ext_apc.h [moved from hphp/runtime/ext/ext_apc.h with 77% similarity]
hphp/runtime/ext/apc/ext_apc.php [new file with mode: 0644]
hphp/runtime/ext/ext.h
hphp/runtime/ext/extension.cpp
hphp/runtime/ext/soap/xml.cpp
hphp/runtime/server/admin-request-handler.cpp
hphp/runtime/server/upload.cpp
hphp/runtime/vm/bytecode.cpp
hphp/system/idl/apc.idl.json [deleted file]
hphp/test/ext/test_cpp_base.cpp
hphp/test/ext/test_ext_apc.cpp
hphp/test/slow/apc/apc_store_as_primed_do_not_use.php [new file with mode: 0644]
hphp/test/slow/apc/apc_store_as_primed_do_not_use.php.expect [new file with mode: 0644]
hphp/test/slow/apc/constants.php [new file with mode: 0644]
hphp/test/slow/apc/constants.php.expect [new file with mode: 0644]