php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #69062 Wincache documentation missing a configuration setting (apppoolid)
Submitted: 2015-02-16 15:54 UTC Modified: 2017-06-05 20:13 UTC
Votes:6
Avg. Score:4.3 ± 0.9
Reproduced:6 of 6 (100.0%)
Same Version:2 (33.3%)
Same OS:4 (66.7%)
From: C0nw0nks at googlemail dot com Assigned: ericsten (profile)
Status: Wont fix Package: WinCache (PECL)
PHP Version: Irrelevant OS: Windows
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: C0nw0nks at googlemail dot com
New email:
PHP Version: OS:

Further comment on this bug is unnecessary.

 

 [2015-02-16 15:54 UTC] C0nw0nks at googlemail dot com
Description:
------------
---
From manual page: http://www.php.net/wincache.configuration
---

The Wincache configuration page is missing the following function.
wincache.apppoolid

This function in a windows enviorment when enabled allows each php process to store its cache in a pool and allows all php processes running to grab and share data within this pool. (Shared memory caching)

If you are running under FCGI Fast cgi with php in a non threaded enviorment you need this so your caches do not get lost every time the php process closes or terminates.

I had to figure this out on my own here http://www.apachelounge.com/viewtopic.php?p=29858#29858


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-30 17:13 UTC] ericsten@php.net
-Summary: Wincache documentation missing a critical function +Summary: Wincache documentation missing a configuration setting (apppoolid) -Assigned To: +Assigned To: ericsten
 [2015-03-30 17:13 UTC] ericsten@php.net
Note: wincache.apppoolid is a configuration setting, not a function.  Correcting title of the bug.
Note: wincache.apppoolid is IIS specific.  Setting this value on a non-IIS box is unpredictable, and guaranteed not to work if on WinCache 1.3.7.4 or later.
 [2015-03-30 23:00 UTC] ericsten@php.net
-Package: Documentation problem +Package: WinCache
 [2017-06-05 20:13 UTC] ericsten@php.net
-Status: Assigned +Status: Wont fix -Block user comment: No +Block user comment: Yes
 [2017-06-05 20:13 UTC] ericsten@php.net
Will not document this setting.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC