[PHP] Performace and segfault errors with Php5 + Apache 1.3.x + linux-2.6.x

2005-08-01 Thread Edwin Barrios
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

Re: [PHP] Performace and segfault errors with Php5 + Apache 1.3.x + linux-2.6.x

2005-08-01 Thread Greg Donald
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

Re: [PHP] Performace and segfault errors with Php5 + Apache 1.3.x + linux-2.6.x

2005-08-01 Thread Edwin Barrios
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'

Re: [PHP] Performace and segfault errors with Php5 + Apache 1.3.x + linux-2.6.x

2005-08-01 Thread Greg Donald
On 8/1/05, Edwin Barrios [EMAIL PROTECTED] wrote: 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'

[PHP] Performace and segfault errors with Php5 + Apache 1.3.x + linux-2.6.x

2005-07-31 Thread Edwin Barrios
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