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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jakub at gooseman dot cz
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 14:01:30 2024 UTC