Re: PHP4 causes apache to fail to start
On 05-Mar-23 09:30, Per Bojsen wrote:
> *** Regarding Re: PHP4 causes apache to fail to start; Andreas Jochens
> <aj@andaco.de> adds:
>
> Andreas> - my_free((char*)root->name);
> Andreas> + my_free(root->name);
>
> Andreas> I do not think that this patch is the cause for your
> Andreas> problems.
>
> I agree, this patch should have nothing to do with it. Actually, that
> patch was required to even compile with GCC 4, right?
Yes, it was required to compile with gcc-4.0.
> Andreas> Maybe it is gcc-4.0 optimization bug. I will install php4 on
> Andreas> my own server and try to find out what is going on.
>
> Ok, thanks. So until that patch I was using a php4 compiled with GCC
> 3.3?
The previous version of php4 was compiled with gcc-3.4 which did not
need the patch.
Regards
Andreas Jochens
Reply to: