Remove --disable-segfault-error#285
Conversation
ndossche
left a comment
There was a problem hiding this comment.
Yeah that makes sense to do. Also I don't see how libxml_use_internal_errors ever actually made a difference in this regard.
Hun... the only
Maybe it's something with the newer "call stack" output. In fact, the example in manual for |
I don't think that's a good idea. A segfault needs to be fixed in php-src, and then when a user gets segfault, it means they are using an unpatched version of PHP. Hiding this will make the code usable immediately, but it won't fix the problem and creates code that will linger for years without anyone other than the author knowing why it is there in the first place. And when it gets fixed, even the author may forget why it was added. |
I sure hope that 20 years later, the segfault has been fixed.