Re: [PHP-DEV] Apache2 SAPI
[email protected] (Sascha Schumann) Thu, 6 Mar 2003 18:02:05 +0100 (CET)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
> Sure, but there is no point in doing that... as there won't be released
> from that branch anyway.
Well, that depends on the needs of our users.
Regardless, testing new SAPIs/extensions is quite a burden in the
PHP 5 context, because you have two moving targets then -- the
engine and your own code. It's often preferrable to have a
stable environment for your own testing needs and that is
where PHP_4 comes in.
- Sascha