Re: [PHP-DEV] CVS Account Request: pqf

2004-07-08 Thread Pan qingfeng
Hi, Derick Please visit http://fastcgi.coremail.cn, source code and doc there ^_^ Thanks Qingfeng Pan "Derick Rethans" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Hey, > > sounds cool, do you have any code to show as I'm interested in trying it > out. > > regards, > Derick > > > On Mon, 5

[PHP-DEV] Re: PHP and Apache2

2004-06-15 Thread Pan qingfeng
For example, usleep() is not thread-safe on Solaris, and I can grep this function call from the source codes( I don't make a deep look, it may be my misunderstand...), but that explain how hard the review jobs are. "Lester Caine" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Lester Caine wrote

[PHP-DEV] Re: PHP and Apache2

2004-06-15 Thread Pan qingfeng
Yes, it's right, there is no problem if Apache2 in prefork MPM mode, but I will prefer Apache1 if I don't need a thread-enable Web server... "Christian Schneider" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Lester Caine wrote: > > Well is it approved for use with Apache2? > > Correct me if

Re: [PHP-DEV] The open letter to Derick Rethans

2004-06-15 Thread Pan qingfeng
I think Fastcgi is a solution to make non-threadsafe PHP extionsion to work with Apache2... that's why I develop my Apache2 module mod_fcgid, it's available on fastcgi.coremail.cn. I think the community will not accept this module as a part of PHP now, but I will make another try when the PHP5.1 is

[PHP-DEV] [PATCH][2nd POST]sapi fastcgi check a new environment PHP_FCGI_NOFORK

2004-05-24 Thread Pan qingfeng
It's a simple modification, and will not conflict with the previous version. Please reconsider it... If the environment PHP_FCGI_NOFORK is set, then now useless fastcgi processs is spawned. I make this patch is because my Apache2 module(http://fastcgi.coremail.cn) work on UNIX domain socket, and d