I have recently migrated to Archlinux. I installed Apache, php and mysql according to the Arch Linux LAMP wiki page.
Now I have setup a virtual host for my new Symfony project.
For every request I make, I get this error:
[notice] child pid 10859 exit signal Segmentation fault (11)
Can someone please help me with this?

php -vfrom a command line. – Tim Jun 21 '12 at 17:35php -v, but when I runphp -S 127.0.0.1:8070and make a request, I get segfault. – Ako Jun 21 '12 at 17:41