php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58984 namespaces for keys
Submitted: 2009-12-13 14:14 UTC Modified: 2016-11-18 21:54 UTC
From: jakub at gooseman dot cz Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-12-13 14:14 UTC] jakub at gooseman dot cz
Description:
------------
It would be useful to add support for key namespacing by prepending key names with string, set through an ini option for example in vhost section of Apache config. It would prevent key name collisions in case there are more applications, using APC storage, hosted on one server. It would be also more secure than prefixing keys at application level, because it prevents accessing keys from other namespaces at all. eAccelerator has similar option: http://eaccelerator.net/wiki/Settings#eaccelerator.name_space



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-02-22 09:36 UTC] beckiloving at outlook dot com
remove monique bouvier
 [2016-11-18 21:54 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 21:54 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC