php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59365 file upload broken in svn
Submitted: 2010-08-13 07:19 UTC Modified: 2013-02-18 00:35 UTC
From: michael dot boke at gmail dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.3.2 OS: debian lenny 32bit
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-08-13 07:19 UTC] michael dot boke at gmail dot com
Description:
------------
File upload progress is broken in the svn.

I had issues with the release 3.14 with the apc_store and apc_fetch returning always false when i set the values in the cache. So i took the svn trunk version. the store and fetch function seems to be fixed in this version but the file upload function is broken. 

So i downloaded 3.14 replaced php_apc.c ( with SVN revision 302183) to get both functions working correctly.

compile and install and both are working correctly.

Summary:
APC 3.14 apc_fetch and apc_store are returning false on all operations, also the value in the cache are stored false. File upload working correct.

APC svn apc_fetch and apc_store are working and are storing the results. File upload stored value is always false. ( the ID field is before the file field (i promise 3.14 is working).

I hope this helps on the next release.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-03 19:25 UTC] pierre dot php at gmail dot com
Please try using 3.1.5
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC