I am running Zend Server on my Mac, working on a local PHP (Zend Framework) project. I've never come across this problem before, but there are certain lines in my code that trigger an error in my Safari console when I load the page:
The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 303.)
The Apache error log has this:
[notice] child pid 17822 exit signal Bus error (10)
However, by changing little things about the code that shouldn't matter (commenting out lines, rearranging lines, changing the contents of a string), it randomly works (or doesn't work). The same code works fine on my co-worker's MAMP server and on our Ubuntu dev server.
I'm totally stuck. I am only assuming that there is some sort of bug in Zend Server that is causing this issue. Is there any way to resolve it?