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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 - 29 = ?
Subscribe to this entry?

 
 [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 Mar 28 21:01:27 2024 UTC