Is there someone who would object modifying mkdir() so it
    only needs the dirname to create and mode is optonal and
    defaults to 0777 ?

    bool mkdir(string pathname[, int mode = 0777]);

    There're no BC impacts.

    - Markus

-- 
Please always Cc to me when replying to me on the lists.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to