On Wed, 2007-07-11 at 20:43 -0700, Rasmus Lerdorf wrote:
> chris# wrote:
> >> It was possible to have PHP3 and PHP4 both as modules, I think, but
> >> that was an anomoly?
> > So which one of the developers broke this /feature/ in 5? ;)
> 
> This wasn't supported on all platforms in 4 either because it relied on
> the ability to created versioned shared libs.  It was a hassle to
> maintain and frankly none of the people who understood it had any need
> for it.  As popular as PHP is, it is still driven by the needs of the
> people who do the bulk of the work.  The fact that we don't have great
> support for ISPs and shared environments is a reflection of the fact
> that no core developer has ever had a serious need for it.  Or put
> another way, no serious developer from an ISP has ever contributed
> enough to PHP to move the ship on this stuff.

And the fact that it doesn't work properly with shared extensions made
me to remove it altogether. The option only caused trouble when people
used it when they didn't even know what it does (--enable-versioning)

Also, the apache options we have are same between PHP 4 and 5 so it
never could have worked without patching the Apache SAPI sources. :)

Manual states that it's only for PHP 3 which is quite correct..

--Jani

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

Reply via email to