Is there a way to compile php with dynamic extensions instead of builtin like it is on Debian? I hate to compile all php just because I need soap, crypt or another extension.
Thanks in advance.
Code: Select all
emerge php-mysqliI don't know if it is something doable by php ebuilds manteiners (maybe much work, maybe just imposible) but yours is an excellent idea and would love to see it implementeddarken wrote:Thanks, xces. The obvious advantage with this useflag would be to enable most of the useflags and disable the unneeded extensions in php.ini and enable them in case of future need.
But would not be a good idea to create for php a php-meta package as in case of kde that pulls in the activated extensions? And in case just an extension is needed, for instance mysqli, do aOr I'm exagerating?Code: Select all
emerge php-mysqli