| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-05-08 07:42 UTC] jan@php.net
  [2002-05-08 07:47 UTC] derick@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
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.