Re: apache PHP segmentation fault

2002-05-17 Thread Stipe Tolj
Sam Edge wrote: > > I've got > AddType application/x-httpd-php .php > in there but there's no AddHandler line. Should there be? no, AddType is enough. the AddHandler is registed while the module dynamically links in. > > Ah ha! I've copied the php.ini-recommended file from a download of

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
I wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 19:29:59 +0100: > Ah ha! I've copied the php.ini-recommended file from a download of > 4.2.0 for Windows native to /usr/local/lib/php.ini and the problem has > gone away. No more segmentation faults. I spoke too soon. I've mad

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I don't know about cygwin but I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php modul

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
Stipe Tolj wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 12:48:12 +0200: > > Well, that didn't help. The postinstall script ran without showing any > > errors but the problem is still ocurring when I try to use PHP. > > I still can't see anything wrong with the set-up. > Ok,