Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-12 Thread Thies C. Arntzen
On Sat, May 12, 2001 at 05:36:30AM -0700, Robert Mena wrote: > Hi Thies, > > Yes, httpd is linked against pthread. > I've compiled 4.0.4pl1 and so far it is working ok. > This problem (segmentation fault) seems to be > happening quite often (after reading some posts). a backtrace would be u

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-12 Thread Robert Mena
Hi Thies, Yes, httpd is linked against pthread. I've compiled 4.0.4pl1 and so far it is working ok. This problem (segmentation fault) seems to be happening quite often (after reading some posts). ldd /usr/sbin/httpd libm.so.6 => /lib/libm.so.6 (0x4001a000) libcrypt.so.1 => /lib/

Re: [PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-11 Thread Thies C. Arntzen
On Fri, May 11, 2001 at 06:51:35AM -0700, Robert Mena wrote: > Hi, I have a development machine with 4.0.4pl1 which > has been used for creating a set of scripts to access > oracle (using stored procedures). > > It seems to be working fine (the problems that I've > encountered seems to be related

[PHP] PHP 4.0.5 - segmentation fault when using OCI8

2001-05-11 Thread Robert Mena
Hi, I have a development machine with 4.0.4pl1 which has been used for creating a set of scripts to access oracle (using stored procedures). It seems to be working fine (the problems that I've encountered seems to be related to the oracle/procedure itself). Last night I moved the scripts to the