Closed guiyomh closed 9 years ago
Ran into this same issue. Ran across this page and read up on Pragmas a bit.
In short, it looks like the source here is trying to preserve the enviroment's error levels, but since they've never been set at all (in my case) nothing can be pushed/poped. Thus, this kicks a fatal error.
I removed lines 29
and 32
of https://github.com/zenovich/runkit/blob/master/php_runkit.h locally then ran make again, and got a clean compile. YMMV
I'm on redhat 6.5 and i use php 5.5.23 (installed through webtatic)
the output is.......
What should I do ? help~~