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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 07:01:33 2025 UTC