php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54156 touch() doesn't support streams
Submitted: 2011-03-04 00:49 UTC Modified: 2016-08-26 14:12 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: stas@php.net Assigned: cmb (profile)
Status: Closed Package: Filesystem function related
PHP Version: 5.3.6RC2 OS: *
Private report: No CVE-ID: None
 [2011-03-04 00:49 UTC] stas@php.net
Description:
------------
Unlike most of other filesystem functions, touch() completely ignores stream 
filenames, including overriding file stream, etc. It should support streams and do 
fopen("c")/fclose on them. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-26 14:12 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2016-08-26 14:12 UTC] cmb@php.net
That appears to have been fixed as of PHP 5.4.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC