Suppress notices in ini parsing for debugger
commita78f8642ccd2f8a329f8ae3e4d297fb20e5907c3
authorJoseph Griego <jgriego@fb.com>
Tue, 28 Aug 2018 00:30:27 +0000 (27 17:30 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 28 Aug 2018 00:56:12 +0000 (27 17:56 -0700)
tree0eace38bc5e2106e6019c53064a2c48a74cd6de0
parentd398c4d0b6d0492659881352e92abb32934bf25e
Suppress notices in ini parsing for debugger

Summary:
The default ini for the debugger triggers intish cast notices on the form:

    hhvm.color.supported_names[1] = "black"

FWIW I tried but I can't suppress notices in the ini parser itself because we
don't always have a ThreadInfo initialized at that point an it seems wrong to
force one to exist.

Reviewed By: ricklavoie

Differential Revision: D9517881

fbshipit-source-id: 18af7810cfde97be36bc86a94eda8fcd5f66fa41
hphp/runtime/debugger/debugger_client.cpp