php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62472 APC conflicts with PHP's Session Upload Progress
Submitted: 2012-07-03 15:51 UTC Modified: 2012-07-03 15:57 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: danny at tibibi dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.4.4 OS: Windows 7/ Windows Server 2008
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:
36 - 15 = ?
Subscribe to this entry?

 
 [2012-07-03 15:51 UTC] danny at tibibi dot com
Description:
------------
If you have APC rfc1867 enabled, then when trying to use php's built in Session Upload Progress does not work. When submitted a field with PHP_SESSION_UPLOAD_PROGRESS before the file, the _SESSION variable never contains file upload progress information, unless APC rfc1867 is disabled.

APC rfc1867 does however always work when enabled.

It would be nice to be able to have both enabled, and use whichever one that we want at any given time.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-03 15:57 UTC] rasmus@php.net
-Status: Open +Status: Wont fix
 [2012-07-03 15:57 UTC] rasmus@php.net
Unfortunately having both active isn't possible due to the way the hook works. 
You have to pick one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC