Re: [PHP] PHP Command Line Scripts 'Aborting' at end ...

2004-10-27 Thread Curt Zirzow
* Thus wrote Marc G. Fournier: > > Note that the following is based on php installed via the FreeBSD ports > system ... > > > > I'm getting a core file, but if I try: > > gdb /usr/local/bin/php php.core ... its definitely not looking good: > > s# gdb /usr/local/bin/php php.core > ... > > Co

Re: [PHP] PHP Command Line Scripts 'Aborting' at end ...

2004-10-27 Thread Marc G. Fournier
I just did a reinstall from ports, and it works now as well ... maybe a stale library for one of hte modules :( thanks ... On Wed, 27 Oct 2004, Greg Donald wrote: On Wed, 27 Oct 2004 13:44:54 -0300 (ADT), Marc G. Fournier <[EMAIL PROTECTED]> wrote: I have a really simple PHP script that, when you

Re: [PHP] PHP Command Line Scripts 'Aborting' at end ...

2004-10-27 Thread Greg Donald
On Wed, 27 Oct 2004 13:44:54 -0300 (ADT), Marc G. Fournier <[EMAIL PROTECTED]> wrote: > > I have a really simple PHP script that, when you run it, generates an > Abort at the end of it: > > ams# /tmp/test.php > testAbort (core dumped) I just installed php4-cgi on a FreeBSD 4.10 system I have. T

Re: [PHP] PHP Command Line Scripts 'Aborting' at end ...

2004-10-27 Thread Greg Donald
On Wed, 27 Oct 2004 13:44:54 -0300 (ADT), Marc G. Fournier <[EMAIL PROTECTED]> wrote: > > Not sure how to debug ... help? You said you installed in via ports, so did you happen to check the 'debug' option when you installed it? [ ] DEBUG Enable debug Just a question.. as that might help exp

[PHP] PHP Command Line Scripts 'Aborting' at end ...

2004-10-27 Thread Marc G. Fournier
Note that the following is based on php installed via the FreeBSD ports system ... I have a really simple PHP script that, when you run it, generates an Abort at the end of it: ams# /tmp/test.php testAbort (core dumped) ams# cat /tmp/test.php #!/usr/local/bin/php Even if I change the script sl