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
 [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 05:01:33 2024 UTC