php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17091 mkdir error
Submitted: 2002-05-08 07:38 UTC Modified: 2002-05-08 07:47 UTC
From: wambat at auto dot ru Assigned:
Status: Closed Package: Directory function related
PHP Version: 4.2.0 OS: FreeBSD 4.5-STABLE
Private report: No CVE-ID: None
View Add Comment Developer Edit
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:
50 + 47 = ?
Subscribe to this entry?

 
 [2002-05-08 07:38 UTC] wambat at auto dot ru
mkdir ("/path/to/my/dir", 0700);
mkdir ("dir", 0700);
creates directory but dumps core right after.
I have serious suspections that other dir api functions (like is_dir) have similar problems.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-08 07:42 UTC] jan@php.net
this is a dublicate. additinally it is fixed in head. The fix will also be in 4.2.1.
 [2002-05-08 07:47 UTC] derick@php.net
It's fixed, so closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC