]> granicus.if.org Git - php/commit
Remove EH_SUPPRESS mode
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 23 Dec 2017 12:25:26 +0000 (13:25 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 23 Dec 2017 12:28:09 +0000 (13:28 +0100)
commit66c8a9d672cd1867fa02ccad499e68d132a5f947
tree9528e6bd831afa09f3a0fde51ed83665cae2b228
parent18ddc2eb9c8d038d731a5947a15f8e0750f479b0
Remove EH_SUPPRESS mode

It is unused and does not work in any meaningful way:
Warnings are suppressed, but everything else (both notices and
fatals) are not. It would make some sense if it suppressed
warnings and lower, but right now this is a pointless mode.
Zend/zend.h
main/main.c