Re: [PHP] PHP causing seg fault

2006-10-15 Thread Glenn Richmond
Hi guys, I'm running Fedora Core 5 - so yes, a red hat system. I'm told it doesn't happen on FC4 and PHP5.04 though. I'm definitely not causing an infinite loop directly in the PHP code, though I agree that it sounds like that. I think that maybe PHP is getting into a loop internally though as a

Re: [PHP] PHP causing seg fault

2006-10-12 Thread Richard Lynch
On Thu, October 12, 2006 3:44 am, Glenn Richmond wrote: > I'm attempting to run a SugarCRM variant that uses SOAP to access > information from the database. The code is causing a seg fault when > executing a particular line of code. The code executes properly until > it > calls a generic function i

RE: [PHP] PHP causing seg fault

2006-10-12 Thread Kristen G. Thorson
> -Original Message- > From: Glenn Richmond [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 12, 2006 4:45 AM > To: php-general@lists.php.net > Subject: [PHP] PHP causing seg fault > > Hi guys, > > I'm attempting to run a SugarCRM variant that uses SOAP to access > information from the