For >=dev-lang/php-5.3.9_rc3, there's no sharedext useflag. PHP compiles all the extensions statically- which isn't the preferred way usually. Even rc2 has the flag. Reproducible: Always
Hi, On Gentoo it has always been preferred to compile the modules statically. The sharedext USE flag was a pain to maintain and caused a lot of ugliness in the ebuilds. It is now removed since few people used it and little is gained by compiling extensions shared.
(In reply to comment #1) > Hi, > > On Gentoo it has always been preferred to compile the modules statically. The > sharedext USE flag was a pain to maintain and caused a lot of ugliness in the > ebuilds. It is now removed since few people used it and little is gained by > compiling extensions shared. Oh. After thinking, even I feel I don't need the sharedext flag, because I have a ccache cache with portage. So recompiling won't be too cpu intensive.