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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 10:01:28 2024 UTC