Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465150 - Please add pecl-apcu to the portage tree
Summary: Please add pecl-apcu to the portage tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pecl.php.net/package/APCu
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 20:14 UTC by valli
Modified: 2013-04-09 21:01 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 valli 2013-04-08 20:14:38 UTC
pecl-apc will be deprecated soon.
php 5.5 will use zendopcache, which is already in portage.
But the zendopcache doesn't have a user data cache.
APCu is exactly the user data cache from APC without the opcode cache.

Reproducible: Always
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2013-04-09 06:05:47 UTC
We'll get to it. APCu is a bit more tricky to add since it will conflict with existing packages so it is not the typical clean create & commit.
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2013-04-09 06:07:18 UTC
(In reply to comment #0)
> pecl-apc will be deprecated soon.

Do you have a reference for this one by the way? It makes sense that it will be deprecated, but I have seen no official sign of that.
Comment 3 valli 2013-04-09 18:42:35 UTC
Oops, sorry! I was wrong. pecl-apc won't be deprecated soon.
Here's the answer of Joe Watkins (Maintainer of APCu) regarding deprecation.

<mail_of_joe>
Hi there,

    The plan is not to deprecate APC, as far as I am aware. Eventually it will become obsolete on it's own, but it will remain in PECL and continue to get some development and fixes for some time to come.

    5.5 is bleeding edge, still in the Beta phase, Opcache must be considered the same. The vast majority of users will not be running 5.5 for a couple of years yet most likely, if not longer.

    APCu does not remove the upload progress support from the APC code base, but as Laurence has mentioned there is now maintained support in the session extension for that feature, at some time in the distant future it may be removed from APCu.

Cheers
Joe 
</mail_of_joe>

More to APCu (german):
http://it-republik.de/php/news/APCu-Autor-Joe-Watkins-erklaert-worauf-wir-achten-muessen-066942.html
Comment 4 Ole Markus With (RETIRED) gentoo-dev 2013-04-09 21:01:19 UTC
Thanks. Anyways, the extension is available in CVS now.