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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wambat at auto dot ru
New email:
PHP Version: OS:

 

 [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: Fri Mar 29 10:01:28 2024 UTC