php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59721 Can't define uploadprogress.file.filename_template on another drive
Submitted: 2011-04-19 05:33 UTC Modified: 2020-01-26 01:05 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: severin dot moussel at kit-digital dot com Assigned: ramsey (profile)
Status: Assigned Package: uploadprogress (PECL)
PHP Version: 5.2.15 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: severin dot moussel at kit-digital dot com
New email:
PHP Version: OS:

 

 [2011-04-19 05:33 UTC] severin dot moussel at kit-digital dot com
Description:
------------
My PECL extension is at
C:\Program Files\PHP\ext\php_uploadprogress.dll

I want the files written by the extension to be written at
D:\tmp\upt_%s.txt

Reproduce code:
---------------
So, my php.ini contains :
extension=php_uploadprogress.dll
uploadprogress.file.contents_template = "D:\tmp\upload_contents_%s"
uploadprogress.file.filename_template = "D:\tmp\upt_%s.txt"

And to be sure, I set all rights on all users on D:\tmp\

Expected result:
----------------
full uploadprogress_get_info()

Actual result:
--------------
The result is an empty uploadprogress_get_info() and no file created in  the D:\tmp and no error in any log file.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 09:01 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 09:01 UTC] kalle@php.net
This package has not had any releases for 6 years, so I'm gonna suspend it, any new maintainer that decides to pick this up can re-open this ticket.
 [2020-01-26 01:05 UTC] ramsey@php.net
-Status: Suspended +Status: Open -Assigned To: +Assigned To: ramsey
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 01:01:30 2024 UTC