Ticket #3601 (new PHP deviation)
Opened 6 months ago
mkdir recursive parameter
| Reported by: | oos | Owned by: | anonymous |
|---|---|---|---|
| Priority: | immediate | Milestone: | 3.0.0 release |
| Component: | PHP Compatability | Version: | trunk |
| Severity: | minor | Keywords: | |
| Cc: |
Description
mkdir currently does not support the third parameter for $recursive.
bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context ]]] )
Even if it is not natively used: int mkdir(const char *path, mode_t mode);
For compatibility it would be very good to support this php specific flag.
Cheers, Torsten
Note: See
TracTickets for help on using
tickets.
