Use folly::dynamic::object and folly::dynamic::string exclusivly
commit625afa6c69ff47091366c8b621a42cf33474747f
authorPaul Tarjan <ptarjan@fb.com>
Mon, 24 Feb 2014 19:09:35 +0000 (24 11:09 -0800)
committerSara Golemon <sgolemon@fb.com>
Mon, 24 Feb 2014 20:02:40 +0000 (24 12:02 -0800)
treef54cd196bc852c95b6f3c2a1df05a493ef8d1e25
parent30391326c0f24c3e32217a87ea4c178c725fcf1b
Use folly::dynamic::object and folly::dynamic::string exclusivly

`folly::dynamic` has lots of subtypes but we only really need hashtables and strings. Lets use those two for everything.

Reviewed By: @fredemmott

Differential Revision: D1181935
hphp/runtime/base/ini-setting.cpp
hphp/runtime/base/ini-setting.h