RE: RE: RE: RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Jay Blanchard
[snip] > That worked fine. I am sure that there are many differences in our > environments. We are running Suse Linux, PHP 5.2.1, Apache 2.2.4. That's close though - my workstation is openSUSE 10.2, PHP 5.2.4, Apache 2.2.4. [/snip] As this installation is on a development box it has nearly every

RE: RE: RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Jay Blanchard wrote: > [snip] > I'm on Linux too, so never mind Windows for the moment. > So what's the difference between our two environments? Try putting > something in the problem-include file to verify that virtual is doing > what it's supposed to. > [/snip] > > That worked fine. I am sure

RE: RE: RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Jay Blanchard
[snip] I'm on Linux too, so never mind Windows for the moment. So what's the difference between our two environments? Try putting something in the problem-include file to verify that virtual is doing what it's supposed to. [/snip] That worked fine. I am sure that there are many differences in

RE: RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Jay Blanchard wrote: >> [snip] >> You are right. It segfaults only if the virtual() call comes before >> creating the XSLTProcessor instance. >> [/snip] >> >> I cannot replicate the problem on Linux. >> > > So you get the XSLT error messages instead? That's what you should be > seeing. > {/sni

RE: Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Jay Blanchard wrote: > [snip] > A core dump or an strace or some debug output at the right time will > have 99% of the information you need - provided you understand how to > read it. > I submit there is generally no need to reproduce a problem in order to > diagnose it. To fix it, yes, it will u

RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
T.Lensselink wrote: > In one of the other messages i stated the script works fine on linux. > But PHP on windows seems to have a problem with virtual(). Even > without creating an instance of the XSLProcessor class. > > But dropping virtual() for include() or require() solves the problem. Gettin

RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread T . Lensselink
On Fri, 14 Sep 2007 08:10:56 -0500, "Jay Blanchard" <[EMAIL PROTECTED]> wrote: > [snip] > You are right. It segfaults only if the virtual() call comes before > creating the XSLTProcessor instance. > [/snip] > > I cannot replicate the problem on Linux. > > -- > PHP General Mailing List (http://

RE: RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Jay Blanchard
> [snip] > You are right. It segfaults only if the virtual() call comes before > creating the XSLTProcessor instance. > [/snip] > > I cannot replicate the problem on Linux. > So you get the XSLT error messages instead? That's what you should be seeing. {/snip] Yep, no segfault. I do not have

RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Jay Blanchard wrote: > [snip] > You are right. It segfaults only if the virtual() call comes before > creating the XSLTProcessor instance. > [/snip] > > I cannot replicate the problem on Linux. > So you get the XSLT error messages instead? That's what you should be seeing. See also http://bu

RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Jay Blanchard
[snip] You are right. It segfaults only if the virtual() call comes before creating the XSLTProcessor instance. [/snip] I cannot replicate the problem on Linux. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
T.Lensselink wrote: >>> Would love to see the code that caused this. >> >> http://jessen.ch/files/php-problem-sep2007.tar.gz >> >> >> /Per Jessen, Zürich >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > Don't really see what

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread T . Lensselink
On Fri, 14 Sep 2007 12:00:19 +0200, Per Jessen <[EMAIL PROTECTED]> wrote: > T.Lensselink wrote: > Would love to see the code that caused this. >>> >>> http://jessen.ch/files/php-problem-sep2007.tar.gz >>> >>> >>> /Per Jessen, Zürich >>> >>> -- >>> PHP General Mailing List (http://www.php.

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
T.Lensselink wrote: >>> Would love to see the code that caused this. >> >> http://jessen.ch/files/php-problem-sep2007.tar.gz >> >> >> /Per Jessen, Zürich >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > It's the call to virt

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Stut wrote: > Per Jessen wrote: >>> Segfaults are a fact of life >> >> Only if you are forced to accept poor programming. I can assure you >> that segfaults are not tolerated in a regular production environment. >> Segfaults happen in test and development. > > I agree with you for the most part

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread T . Lensselink
On Fri, 14 Sep 2007 11:09:36 +0200, Per Jessen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> On Fri, 14 Sep 2007 10:10:09 +0200, Per Jessen <[EMAIL PROTECTED]> >> wrote: >>> Per Jessen wrote: >>> To let a user script bring down the host environment is just not acceptable. I

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread T . Lensselink
On Fri, 14 Sep 2007 11:09:36 +0200, Per Jessen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> On Fri, 14 Sep 2007 10:10:09 +0200, Per Jessen <[EMAIL PROTECTED]> >> wrote: >>> Per Jessen wrote: >>> To let a user script bring down the host environment is just not acceptable. I

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Stut
Per Jessen wrote: Segfaults are a fact of life Only if you are forced to accept poor programming. I can assure you that segfaults are not tolerated in a regular production environment. Segfaults happen in test and development. I agree with you for the most part, but there are several point

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
[EMAIL PROTECTED] wrote: > On Fri, 14 Sep 2007 10:10:09 +0200, Per Jessen <[EMAIL PROTECTED]> > wrote: >> Per Jessen wrote: >> >>> To let a user script bring down the host environment is just not >>> acceptable. IMHO. >> >> Here's an example from this morning - I have a situation where all I >>

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread dev
On Fri, 14 Sep 2007 10:10:09 +0200, Per Jessen <[EMAIL PROTECTED]> wrote: > Per Jessen wrote: > >> To let a user script bring down the host environment is just not >> acceptable. IMHO. > > Here's an example from this morning - I have a situation where all I > need to do is add a single superfluou

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Per Jessen wrote: > To let a user script bring down the host environment is just not > acceptable. IMHO. Here's an example from this morning - I have a situation where all I need to do is add a single superfluous double quote, and I get a segfault. Is that not poor error handling somewhere?

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-14 Thread Per Jessen
Stut wrote: > Please tell me you're kidding? If you can't provide a piece of code > that always causes the segfault are you seriously expecting the devs > to waste their time trying to find the cause? Talk about a needle in a > haystack. > > The ease of reproduction is not particularly important,

RE: Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-13 Thread Jay Blanchard
[snip] I beg to differ. In the past 20 years, I've spent plenty of time working with core dumps, stand-alone dumps, slip traps and system traces debugging my own software (running at customer sites) without the remotest possibility of reproducing a problem on-demand. If you think a problem must be

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Stut
Per Jessen wrote: Stut wrote: Anyway, I think it's exceptionally poor show by php to cause a segfault, probably due to user code. I know it does it every now and then, and nobody has ever been interested in looking at the core dump. This will have nothing to do with user code since no user co

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Per Jessen
Zbigniew Szalbot wrote: > Problem solved! Daniel - this really helped. I do not even know how to > thank you but surely, this is amazing. This thing actually works! :) Amazing indeed. PHP does good work for me, but I'm not impressed. /Per Jessen, Zürich -- PHP General Mailing List (http://ww

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > No problem at all. > > Your help was very much appreciated! > > > > > Now my guess at explaining it > > > > Notice how `IfModule mod_php5.c` if only mentioned when n

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Jay Blanchard wrote: >> Whenever I've reported a core-dump (which I've stopped doing), >> nothing's been done about it unless I've been able to produce a short >> script to reproduce. >> [/snip] > > That is to be expected and is standard operating procedure for any > development team. I beg to

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Zbigniew Szalbot wrote: > It is clearly problem with indexes but how and where that is an issue > for me. there is a solution which I could live with. That is I can > create an index.html page which will simply redirect to index.php and > so index-wise everything will work but I would really prefe

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > No problem at all. Your help was very much appreciated! > > Now my guess at explaining it > > Notice how `IfModule mod_php5.c` if only mentioned when nested > inside of the `IfModule mod_php3.c` container. If you want to have

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Dear Daniel and all! > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > > > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped) [SOLVED]

2007-09-12 Thread Zbigniew Szalbot
Dear Daniel and all! 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.php index

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Zbigniew Szalbot <[EMAIL PROTECTED]>: > > Hello again, > > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.php index.php3

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Zbigniew Szalbot <[EMAIL PROTECTED]>: > Hello again, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > > > > > > > > > > Dire

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello again, 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread mike
can i ask why you have anything to do with mod_php3 there? and if you don't plan on trying to use php4 and php5, then remove any looking for php4 too. > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > DirectoryIndex

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Hello, > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > > There's only one problem left to be solved. After the upgrade php > >

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > 2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > > There's only one problem left to be solved. After the upgrade php > > > scripts behave as if they were not recognized. I made a te

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
2007/9/12, Daniel Brown <[EMAIL PROTECTED]>: > On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > > There's only one problem left to be solved. After the upgrade php > > scripts behave as if they were not recognized. I made a test and put a > > standard index.html file in a directory, called

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > There's only one problem left to be solved. After the upgrade php > scripts behave as if they were not recognized. I made a test and put a > standard index.html file in a directory, called a browser and the page > was displayed properly. I t

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Dear all, 2007/9/12, Lester Caine <[EMAIL PROTECTED]>: > Per Jessen wrote: > >>> Maybe it's worth doing some googling for wordpress and php5? If it's > >>> not your code, it's not easy to debug. I have seen the apache core > >>> dump many times, sometimes caused by obvious errors, other times by

RE: RE: Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Jay Blanchard
[snip] > [snip] > Anyway, I think it's exceptionally poor show by php to cause a > segfault, > probably due to user code. I know it does it every now and then, and > nobody has ever been interested in looking at the core dump. > [/snip] > > The Dev team looks at core dumps all of the time to try

RE: Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Jay Blanchard wrote: > [snip] > Anyway, I think it's exceptionally poor show by php to cause a > segfault, > probably due to user code. I know it does it every now and then, and > nobody has ever been interested in looking at the core dump. > [/snip] > > The Dev team looks at core dumps all of t

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Stut wrote: >> Anyway, I think it's exceptionally poor show by php to cause a >> segfault, probably due to user code.  I know it does it every now and >> then, and nobody has ever been interested in looking at the core >> dump. > > This will have nothing to do with user code since no user code is

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > Sorry, I have to disagree strongly here. I have seen apache core dump > many times due to PHP user code. I've also opened bug-reports based on > such core-dumps, but the PHP developer community is not > interested/capable in debugging in that fa

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Lester Caine wrote: >> Anyway, I think it's exceptionally poor show by php to cause a >> segfault, >> probably due to user code. I know it does it every now and then, and >> nobody has ever been interested in looking at the core dump. > > Zbigniew has not actually managed to get Apache started w

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Daniel Brown wrote: > On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: >> Migrating from v4 to v5 is not necessarily straight forward. >> Depending on what features you've used, you may have to rewrite some >> of >> your code. For instance, we used the xslt sablotron interface, which >> no longe

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Lester Caine
Per Jessen wrote: Maybe it's worth doing some googling for wordpress and php5? If it's not your code, it's not easy to debug. I have seen the apache core dump many times, sometimes caused by obvious errors, other times by something obscure and difficult to find. Come on guys, use your heads. P

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Nicolas Diez
I have the same problem with PHP-5.2.3 on my freebsd 6.2. After commenting recode, sockets, ming, sysvshm modules, there were no more core dumps. So, you have to comment the sockets modules in extension.ini and everything will work fine.

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Stut
Jon Anderson wrote: If the version of PHP you're using is a binary package, you should probably generate a backtrace from the core that was dumped and report it as a bug to the provider of that binary. The same goes if it was built as a FreeBSD port - they should probably know that their defaul

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Stut
Per Jessen wrote: Stut wrote: Hi Zbigniew Maybe it's worth doing some googling for wordpress and php5? If it's not your code, it's not easy to debug. I have seen the apache core dump many times, sometimes caused by obvious errors, other times by something obscure and difficult to find. Come

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Jon Anderson
Per Jessen wrote: Uh, how do know you it's do with the version-number?? Did I miss that posting? Not necessarily to do with the version number itself - it's that PHP is dying before having actually done anything - it never gets to any PHP code. From the first post - the last line of what

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > > Migrating from v4 to v5 is not necessarily straight forward. > > Depending on what features you've used, you may have to rewrite some of > > your code. For instance, we used the xslt sablotr

RE: Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Jay Blanchard
[snip] Anyway, I think it's exceptionally poor show by php to cause a segfault, probably due to user code. I know it does it every now and then, and nobody has ever been interested in looking at the core dump. [/snip] The Dev team looks at core dumps all of the time to try to figure out bugs and

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Daniel Brown
On 9/12/07, Per Jessen <[EMAIL PROTECTED]> wrote: > Migrating from v4 to v5 is not necessarily straight forward. > Depending on what features you've used, you may have to rewrite some of > your code. For instance, we used the xslt sablotron interface, which > no longer exists in php5. Had to rewr

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Stut wrote: >> Hi Zbigniew >> >> Maybe it's worth doing some googling for wordpress and php5? If it's >> not your code, it's not easy to debug. I have seen the apache core >> dump many times, sometimes caused by obvious errors, other times by >> something obscure and difficult to find. > > Com

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Stut
Per Jessen wrote: Zbigniew Szalbot wrote: No, basically I just use wordpress on this site and that's all. No fancy or advanced scripting, etc. It is family machine for family issues. I can try and go back to v4 but I do think v5 should work just as fine. At least I hope so. Hi Zbigniew Maybe

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Martin Marques
Zbigniew Szalbot wrote: Hi there, No, basically I just use wordpress on this site and that's all. No fancy or advanced scripting, etc. It is family machine for family issues. I can try and go back to v4 but I do think v5 should work just as fine. At least I hope so. Does phpinfo work? What doe

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Zbigniew Szalbot wrote: > No, basically I just use wordpress on this site and that's all. No > fancy or advanced scripting, etc. It is family machine for family > issues. I can try and go back to v4 but I do think v5 should work just > as fine. At least I hope so. Hi Zbigniew Maybe it's worth do

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hi there, 2007/9/12, Per Jessen <[EMAIL PROTECTED]>: > Zbigniew Szalbot wrote: > > > Hello, > > > > 2007/9/12, Edward Kay <[EMAIL PROTECTED]>: > >> > >> What do the Apache error logs say? > > > > Nothing that would be of help: > > > > httpd-error.log > > [Wed Sep 12 09:04:17 2007] [notice] mod_sec

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Per Jessen
Zbigniew Szalbot wrote: > Hello, > > 2007/9/12, Edward Kay <[EMAIL PROTECTED]>: >> >> What do the Apache error logs say? > > Nothing that would be of help: > > httpd-error.log > [Wed Sep 12 09:04:17 2007] [notice] mod_security/1.9.4 configured > > A new such line is added when I try to start a

Re: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Zbigniew Szalbot
Hello, 2007/9/12, Edward Kay <[EMAIL PROTECTED]>: > > > Dear all, > > > > I hope you can help me. I am running FreeBSD 6.2 and I decided to > > upgrade from php 4.4.7_1 to php5-5.2.3_1. However, after removing php4 > > and installing php5 and php5-extensions I am unable to start apache. > > What d

RE: [PHP] PHP 5.2.3 - Segmentation fault (core dumped)

2007-09-12 Thread Edward Kay
> Dear all, > > I hope you can help me. I am running FreeBSD 6.2 and I decided to > upgrade from php 4.4.7_1 to php5-5.2.3_1. However, after removing php4 > and installing php5 and php5-extensions I am unable to start apache. What do the Apache error logs say? Edward -- PHP General Mailing Li