[PHP-INSTALL] PHP4 + PHP5 with apache as DSO

2004-09-01 Thread Bostjan Skufca @ domenca.com
Hello, I know this has been discussed before but no solution was given or it was me that was unable to find it. I did google around, tried to compile both PHP4 and PHP5 versions with --apxs2filter= or apxs2= directives (in any combination but it didn't work). Has any solution been available tha

Re: [PHP-INSTALL] Missing Variables

2004-10-14 Thread Bostjan Skufca @ domenca.com
because register_globals is on in their php.ini and it is off in yours Php since 4.3.x or something defaults to setting register_globals = off, which is very advisable as setting it to on implies several security threats. regards, Bostjan On Thursday 14 of October 2004 14:17, Paolo Morgano wro

[PHP-INSTALL] Apache segmentation faults

2004-10-17 Thread Bostjan Skufca @ domenca.com
Hello, every now and then I notice in apache logs there were few segmentation faults (on a daily basis) and all I am stuck with is PID of that process (which is of course dead by then) and nothing about what it was doing. Is there any way to figure out what request that apache process was servi

Re: [PHP-INSTALL] Apache segmentation faults

2004-10-18 Thread Bostjan Skufca @ domenca.com
I could not because I do not know which process to trace and that is because segfault happens so rarely - say on every 200.000th request. On Monday 18 of October 2004 10:22, Hendrik Schmieder wrote: > Bostjan Skufca @ domenca.com schrieb: > >Hello, > > > >every now and th

Re: [PHP-INSTALL] GD causes Apache Segmentation fault w/ PHP 4.3.9, Apache 2, RedHat AS

2004-10-22 Thread Bostjan Skufca @ domenca.com
tested and confirmed on 4.3.9 & apache 2.0.51 & slackware 9.0 (2.4.27 custom) On Thursday 21 of October 2004 20:19, Shaun Fanning wrote: > I have installed PHP 4.3.9 on RedHat AS with Apache 2. Any script that > accesses gd related functions causes the httpd process to die with this > error: [no