php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6139 unlink() does not work on Windows NT
Submitted: 2000-08-13 14:27 UTC Modified: 2000-08-13 15:33 UTC
From: sdneprov at yahoo dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0.1pl2 OS: Windows NT 4.0 Server
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sdneprov at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-08-13 14:27 UTC] sdneprov at yahoo dot com
Script:
unlink($filename);

Result:
Warning: unlink() is not supported in this PHP build.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-13 14:33 UTC] zak@php.net
If you receive a warning about unlink not being supported in a certain build, then it would indicate that the development team is aware of the problem.

Changing bug type to feature request.
 [2000-08-13 14:52 UTC] zak@php.net
Or perhaps I should really check the old bugs out before I go spouting off! :)

See bug #5353 - please install PHP 4.0.2 as soon as it becomes available.

Alternately, you can try compile and install the latest PHP source code. See http://www.php.net/version4/cvs.php and http://www.php.net/version4/win32build.php for instructions.
 [2000-08-13 15:33 UTC] stas@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC