Jailshell - PHP Segmentation Fault

Hello,

I just recompiled php as 4.3.6 .

Now I have an issue:

A user with jailshell create a simple php script called hello.php , all it does is echo hello.

When I run it as root or when he runs it in normal bash, it works fine and displays hello.

However, if you run it by typing 'php hello.php' while in jailshell, it gives "segmentation fault" error and then makes a core dump.

I've temporarily given him normal bash access to fix this, but am wondering if anyone knows a permanent solution as to why jailshell only is shooting this error out.

Thanks,
Dan

 

 

 

 

Top