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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 - 20 = ?
Subscribe to this entry?

 
 [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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 09:01:27 2025 UTC