Re: [PHP] segfault help

2008-06-27 Thread Daniel Brown
On Fri, Jun 27, 2008 at 1:00 PM, Tim Rupp <[EMAIL PROTECTED]> wrote: >>> --enable-soap --enable-sigchild --enable-pcntl Drop out '--enable-sigchild', too, unless you're using Oracle. -- Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedica

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 11:03 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2008 at 11:57 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: >> >> ./configure --enable-force-cgi-redirect --enable-debug >> --disable-rpath --enable-inline-optimization --with-bz2 >> --with-db4=/usr --with-curl -

Re: [PHP] segfault help

2008-06-27 Thread Daniel Brown
On Fri, Jun 27, 2008 at 11:57 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: > > ./configure --enable-force-cgi-redirect --enable-debug > --disable-rpath --enable-inline-optimization --with-bz2 > --with-db4=/usr --with-curl --with-gd --enable-gd-native-ttf > --without-gdbm --with-gettext --with-ncurses -

Re: [PHP] segfault help

2008-06-27 Thread Tim Rupp
On Fri, Jun 27, 2008 at 10:14 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2008 at 10:30 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: >> Hi list, >> >> I'm getting a segfault when I run (what I assume) is a very simple >> script. I'm not sure if it's a php bug or a bug in the library I'

Re: [PHP] segfault help

2008-06-27 Thread Daniel Brown
On Fri, Jun 27, 2008 at 10:30 AM, Tim Rupp <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm getting a segfault when I run (what I assume) is a very simple > script. I'm not sure if it's a php bug or a bug in the library I'm > using (MDB2) with PHP 5.2.5 via the cli. Everything seems to go fine > until

[PHP] segfault help

2008-06-27 Thread Tim Rupp
Hi list, I'm getting a segfault when I run (what I assume) is a very simple script. I'm not sure if it's a php bug or a bug in the library I'm using (MDB2) with PHP 5.2.5 via the cli. Everything seems to go fine until it's time for the script to end. That's when it receives the seg fault. I have