php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #17983 mkdir does not do recursive directory creations (-p)
Submitted: 2002-06-25 18:47 UTC Modified: 2003-02-09 14:48 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: dstone at viatraining dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.2.1 OS: red hat linux 7.3
Private report: No CVE-ID: None
 [2002-06-25 18:47 UTC] dstone at viatraining dot com
the mkdir function does not support the make parent directories that standard unix mkdir does: (-p, --parents no error if existing, make parent directories as needed)  It would be a nice ability to send this switch to mkdir.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-09 14:48 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

PHP5-dev
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC