|   | 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 Group All rights reserved. | Last updated: Fri Oct 31 17:00:02 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.