[PHP-DEV] Re: wiki/windows.php.net system update

2010-01-10 Thread pan
Pierre Joye wrote: >> hi, >> >> The wiki.php.net and windows.php.net box is being updated. The sites >> will be back online asap. >> Has it been a full year since PECL for Windows was to be ready? Just asking. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

[PHP-DEV] Re: PHP 5.3.0 Released!

2009-06-30 Thread pan
Lukas Kahwe Smith wrote: >> Hello! >> >> The PHP Development Team would like to announce the immediate release >> of PHP 5.3.0. This release is a major improvement in the 5.X series, >> which includes a large number of new features and bug fixes. >> >> Release Announcement: http://www.php.net/relea

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

2004-07-10 Thread Qingfeng Pan
Hi, There are two other apache2 modules(apache2filter&apache2handler) included in php distribution, so I did not even think about it when i submited the request... I still hope the module can be included. Thanks "Wez Furlong" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Now, why does th

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

2004-07-10 Thread Qingfeng Pan
d in one "group" of php-processes. > > Did you do any benchmarks with your FCGI-implementation vs. mod_php ? > > > > TIA, > > thomas > > > On Sat, 10 Jul 2004 09:22:34 +0800 > [EMAIL PROTECTED] (Qingfeng Pan) wrote: > > > Hi, all > >Impro

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

2004-07-09 Thread Qingfeng Pan
/htdocs/php share another. By the way, you can setup many groups with multi-FCGIWrapperGroup setting. Thanks "Derick Rethans" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Hey, > > sounds cool, do you have any code to show as I'm interested in trying it > ou

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. &

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

2004-07-05 Thread Qingfeng Pan
out the corrupt fastcgi server. "Wez Furlong" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > We already have a fastcgi module... why do we need another apache2 > specific thing? > > --Wez. > > On 5 Jul 2004 05:43:47 -, Qingfeng Pan <[EMAIL PROTECTED]>

[PHP-DEV] CVS Account Request: pqf

2004-07-04 Thread Qingfeng Pan
add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be released with PHP 5.1 branch -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] About bug 27515 and 28343

2004-06-24 Thread Qingfeng Pan
I think the new Apache2 FastCGI module can fix the problems, the submitter should take a try... -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[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

[PHP-DEV] Re: [PATCH]An Apache2 fastcgi module

2004-05-21 Thread Qingfeng Pan
configuation demo to show how to make fastcgi-php application work with mod_fcgid) > > I would like to put this module into PHP project, can I? And if I can, how to do it? > > Thank for any comment and advice. > > > Qingfeng Pan > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php