Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-26 Thread Matthew Weier O'Phinney
-- Christoph Dorn <[EMAIL PROTECTED]> wrote (on Tuesday, 26 August 2008, 12:02 PM -0700): > > > * As Christoph noted, it relies on pcntl for much of its work. We're > > trying hard to stay OS agnostic, and since pcntl does not work on > > Windows, it makes it hard to justify supporting i

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-26 Thread Christoph Dorn
> * As Christoph noted, it relies on pcntl for much of its work. We're > trying hard to stay OS agnostic, and since pcntl does not work on > Windows, it makes it hard to justify supporting it. > But there is no reason why it could not be further developed in the Extras library? > *

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-26 Thread Matthew Ratzloff
All good points. Thanks for the responses, guys. -Matt On Mon, Aug 25, 2008 at 6:01 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>wrote: > -- Matthew Ratzloff <[EMAIL PROTECTED]> wrote > (on Monday, 25 August 2008, 03:54 PM -0700): > > It's still in incubator after a couple of years. What happ

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Matthew Weier O'Phinney
-- Matthew Ratzloff <[EMAIL PROTECTED]> wrote (on Monday, 25 August 2008, 03:54 PM -0700): > It's still in incubator after a couple of years. What happened? No unit > tests, it looks like. This could be a useful tool for quickly getting set up > for Zend Framework development--it'd be nice to se

Re: [fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Christoph Dorn
I think one concern is that it requires the pcntl PHP extension which does not work on windows systems. This component may need to move to the Extras library. It would be great to develop it further along with a nice daemon component. We could model it after: http://nanoweb.si.kz/ http://nanose

[fw-general] Hey, what happened to Zend_Http_Server?

2008-08-25 Thread Matthew Ratzloff
It's still in incubator after a couple of years. What happened? No unit tests, it looks like. This could be a useful tool for quickly getting set up for Zend Framework development--it'd be nice to see it finished. http://framework.zend.com/svn/framework/standard/incubator/tools/http_server/