I compile the vanilla kernel from kernel.org, linux-2.6.10 , and i'am
using apache 1.3.3.  My php  congifigurations are:

'./configure' '--with-apxs' '--with-pgsql' '--with-mysql'
'--with-opennssl' '--with-zlib' '--with-bz2' '--enable-calendar'
'--with-curl' '--with-curlwarppers' '--enable-ftp' '--with-gettext'
'--with-mcrypt' '--enable-pcntl' '--enable-soap' '--enable-sockets'
'--enable-sqlite-utf8' '--enable-sysvmsg' '--enable-sysvsem'
'--enable-sysvshm' '--enable-shmop' '--with-xsl'
'--enable-maintainer-zts' '--with-tsrm-pthreads'

Then, i don't know what it's happing.

On 8/1/05, Greg Donald <[EMAIL PROTECTED]> wrote:
> On 8/1/05, Edwin Barrios <[EMAIL PROTECTED]> wrote:
> > i'am developing  a web framework SifEngine (Secure Web Inteface
> > framework) that implement MVC applaying the security ideas from
> > http://phpsec.org. I'am using DomXML, Sqlite, Mcrypt and PostgreSql.
> >
> > After  of post my development on the internet ( i have been thinking
> > to post on PEAR ), i made simple tests of aplications with my
> > framework. During the implementation, i used Slackware 10.1 with
> > kernel 2.4.29 + php5.0.4 + Apache 1.3.2, with no problems. I didn't
> > detect  performace problems or segfaults by apache.  Then i decided to
> > do the same test but with kernel 2.6.10, wating that no problems
> > occur. However my expectation, on this new configuration all the
> > aplications develped with my framework, had performance issues or in
> > the worst situation produce apache forks  to be restarted, or a lot of
> > apache forks.
> >
> > i don't undestand why this occur, i try to use valigrand to verify
> > memorie lacks without results.
> >
> > Someone can help me, with this problem !
> >
> > On this moment i'm using SIfEngine, to implement my proyects only on
> > kernel 2.4.x !
> 
> Any exotic security patches been applied to the kernel that is having issues?
> 
> I have PHP5, Apache2 on a 2.6.8 kernel with no issues.  It may be that
> you have a non-thread-safe library added to your Apache/PHP setup.
> Apache 1.3.x is still the Apache of choice last I heard.
> 
> 
> --
> Greg Donald
> Zend Certified Engineer
> MySQL Core Certification
> http://destiney.com/
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to