PHP Segfaulting from command-line

Okay, I've never run into this one before. I have PHP 4.3.1 (apache_mod) and every time I run a script from the command line it Segfaults after the first line. For example, I can run php -r 'echo "hi";' and it Segfaults directly after hi is printed out. I recompiled PHP with no luck at all. I'm about to recompile to 4.3.2, any suggestions if that doesn't work?

 

 

 

 

Top