Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144135 - PHP / Cyrus Support
Summary: PHP / Cyrus Support
Status: VERIFIED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 11:02 UTC by Brian Rupe
Modified: 2006-08-16 12:10 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Rupe 2006-08-16 11:02:08 UTC
According to notes in the /usr/portage/eclass/php-sapi.eclass file, the ebuild maintainers for PHP are waiting for someone to request that they enable the 'cyrus' USE flag for PHP.

Here's your first request to add the flag for supporting the Cyrus functions in PHP.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-16 11:09:32 UTC
USE="sasl" emerge php (and, BTW that eclass has been unused for a long time, we are using php{4_4,5_0,5_1}-sapi.eclass.
Comment 2 Brian Rupe 2006-08-16 11:35:54 UTC
I already have the sasl USE flag enabled, but the cyrus functions aren't (at least if phpinfo(); is accurate) enabled.

I checked both php -i from the command line as well as phpinfo() dumped via a webpage. Neither one show --with-cyrus as a compile flag.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-16 11:54:08 UTC
So, what are you actually requesting? This? http://www.php.net/cyrus? Sorry, that thing is dead. It's been moved to PECL (http://pecl.php.net/package/cyrus) and it's dead there as well.
Comment 4 Brian Rupe 2006-08-16 12:04:06 UTC
I haven't seen any information stating that the functions were being removed or were no longer functional.... They are HORRIBLY undocumented but given their names and a little research on the cyradm command structure not that difficult to figure out.

I *really* dislike re-inventing the wheel on crap like this, but this is a discussion for the PHP developers, not the Gentoo developers. Thanks for the information though.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-08-16 12:10:43 UTC
(In reply to comment #4)
> I haven't seen any information stating that the functions were being removed or
> were no longer functional....

It doesn't exist in PHP5 any more; in PHP4 it's been untouched for 3 years. Sorry, we are not going to enable abondoned and unmaintained stuff.