Re: [PHP] Why is PHP Segmentation Faulting?!?!?!?

2004-06-21 Thread Curt Zirzow
* Thus wrote Jeff: > Hey all > > Total PHP newbie here. I posted a day ago about php working > 'intermittently'. I was told to check my apache logs which was a good hint > cause php is seg faulting. I've broken it down to my connection script to my > database and I ran it in gdb to see if it w

Re: [PHP] Why is PHP Segmentation Faulting?!?!?!?

2004-06-20 Thread Marek Kilimajer
Jeff wrote --- napĂ­sal:: Hey all Total PHP newbie here. I posted a day ago about php working 'intermittently'. I was told to check my apache logs which was a good hint cause php is seg faulting. I've broken it down to my connection script to my database and I ran it in gdb to see if it would te

[PHP] Why is PHP Segmentation Faulting?!?!?!? --- ANOTHER HINT

2004-06-19 Thread Jeff
I don't know if this helps... but when I comment out all of the print functions it seg faults at a totally different spot... SCRIPT!!! GDB RUN!!! (gdb) run dbConnect.php The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /usr/bin/ph

[PHP] Why is PHP Segmentation Faulting?!?!?!?

2004-06-19 Thread Jeff
Hey all Total PHP newbie here. I posted a day ago about php working 'intermittently'. I was told to check my apache logs which was a good hint cause php is seg faulting. I've broken it down to my connection script to my database and I ran it in gdb to see if it would tell me anything. Since I