Ever seen this in your Apache error log?
1 | [notice] child pid 10024 exit signal Segmentation fault (11) |
If you have, read on. At my day job I deal with both Apache and PHP a lot. If you have ever tried to figure out why your PHP code seems to cause Apache segmentation faults, you probably experienced the same as I did. Lots of pain, frustration and headaches. However all is not lost. There is a way to figure out …