Re: php problems

2013-08-07 Thread Panagiotis Christias
On Tue, Aug 6, 2013 at 5:56 PM, mikel king wrote: > > On Aug 5, 2013, at 11:33 PM, Mark Moellering wrote: > > > A few years ago (2011) I set up an email system for a small internet > based company. I used postfix with a mysql backend for virtual accounts. > I also set up apache to test a php b

Re: php problems

2013-08-06 Thread mikel king
On Aug 5, 2013, at 11:33 PM, Mark Moellering wrote: > A few years ago (2011) I set up an email system for a small internet based > company. I used postfix with a mysql backend for virtual accounts. I also > set up apache to test a php based webmail front-end. > I set up several php scripts t

Re: php problems

2013-08-06 Thread Patrick Lamaiziere
Le Mon, 05 Aug 2013 23:33:08 -0400, Mark Moellering a écrit : > I discovered that all php scripts now generate a seg fault. > > I tried a simple "hello world" type program > the actual code is : > echo "test" > ?> > and the output was; > > testsegmentation fault > > The system is FreeBSD 8.2

Re: php problems

2013-08-06 Thread Frank Leonhardt
On 06/08/2013 15:21, Lars Eighner wrote: On Mon, 5 Aug 2013, Mark Moellering wrote: I tried a simple "hello world" type program the actual code is : and the output was; testsegmentation fault First, try it with clean code: put the ; after the command and stop closing the Actually that s

Re: php problems

2013-08-06 Thread Frank Leonhardt
On 06/08/2013 15:21, Lars Eighner wrote: On Mon, 5 Aug 2013, Mark Moellering wrote: I tried a simple "hello world" type program the actual code is : and the output was; testsegmentation fault First, try it with clean code: put the ; after the command and stop closing the Actually that s

Re: php problems

2013-08-06 Thread Lars Eighner
On Mon, 5 Aug 2013, Mark Moellering wrote: I tried a simple "hello world" type program the actual code is : and the output was; testsegmentation fault First, try it with clean code: put the ; after the command and stop closing the The system is FreeBSD 8.2 and php 5.3 If anyone has any id

php problems

2013-08-05 Thread Mark Moellering
A few years ago (2011) I set up an email system for a small internet based company. I used postfix with a mysql backend for virtual accounts. I also set up apache to test a php based webmail front-end. I set up several php scripts that would run from cron that would query a database and look f