Hi!

I believe that Dmitry was interested in actually *replacing* the FastCGI SAPI with it (or at least patching it 100%) - the configuration options and "userland" usage of it is where I am not sure how it would "bundle" with PHP properly. It uses a different config syntax (not ini compatible)

Well, current fcgi doesn't have too many ini values.

1) Merge it 100% into PHP core (I see some issues with how to configure it then) 2) Merge all the core changes required for it to work as a PECL module (so people can use it via PECL if they wish and configure it how they want, and all config file syntax changes and such can be done inside of PECL) 3) Make it 100% PECL (don't think this is possible as it needs too many things inside of the core of PHP to be changed)
4) Keep it as a patch (lower adoption, current status quo)

When we talk about "core" changes - what these changes are? I.e. does it need any changes besides the usual SAPI stuff and if so, which ones?
--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to