Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127117 - new useflag 'xmlrpc-external' in php5_1-sapi.eclass
Summary: new useflag 'xmlrpc-external' in php5_1-sapi.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on: 127115
Blocks:
  Show dependency tree
 
Reported: 2006-03-21 14:11 UTC by Alexander 'E-Razor' Krause
Modified: 2010-07-18 13:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the modified eclass (php5_1-sapi.eclass,26.24 KB, text/plain)
2006-03-21 14:13 UTC, Alexander 'E-Razor' Krause
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 'E-Razor' Krause 2006-03-21 14:11:17 UTC
use shared xmlrpc-epi instead of the bundled one
Comment 1 Alexander 'E-Razor' Krause 2006-03-21 14:13:05 UTC
Created attachment 82817 [details]
the modified eclass
Comment 2 Alexander 'E-Razor' Krause 2006-03-21 14:15:34 UTC
needs dev-libs/xmlrpc-epi:
http://bugs.gentoo.org/show_bug.cgi?id=127115
Comment 3 Luca Longinotti (RETIRED) gentoo-dev 2006-03-21 14:26:03 UTC
We won't add this to PHP, I don't see any advantage here, we're talking about the same extension/library/functionality, only instead of using the bundled library, it uses an external one... We prefer to stick always to the included libraries, as upstream (PHP Team) only supports those, when they have them included.
Best regards, CHTEKK.
Comment 4 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-07-13 11:50:32 UTC
(In reply to comment #3)
> We won't add this to PHP, I don't see any advantage here, we're talking about
> the same extension/library/functionality, only instead of using the bundled
> library, it uses an external one... We prefer to stick always to the included
> libraries, as upstream (PHP Team) only supports those, when they have them
> included.
> Best regards, CHTEKK.
> 

xmlrcp-epi is now in the tree.
What you said is still true, Luca ?
Comment 5 Matti Bickel (RETIRED) gentoo-dev 2010-07-18 13:02:00 UTC
I'm wondering if we shouldn't set some USE="bundled-libs" and otherwise default to the external versions. Anyway, I'm not in favor of yet another USE-flag on php. In fact, I'm getting allergic reactions just looking at the current bulk ;)

So closing this, with an option to revisit using the external version once I make up my mind about external vs bundled libraries in php.