Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45833 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57114 invoked from network); 16 Oct 2009 19:54:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2009 19:54:17 -0000 X-Host-Fingerprint: 92.225.39.32 g225039032.adsl.alicedsl.de Received: from [92.225.39.32] ([92.225.39.32:23263] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/29-16011-76FC8DA4 for ; Fri, 16 Oct 2009 15:54:16 -0400 Message-ID: To: internals@lists.php.net Date: Fri, 16 Oct 2009 21:54:11 +0200 Lines: 8 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Posted-By: 92.225.39.32 Subject: Extend rmdir() with optional flag for non empty directories From: johannes_m@gmx.net ("Johannes Mueller") Hi all, is there any reason why rmdir() does not offer an optinal flag for deleting non empty directories? If there isn't a reason it would be great to implement this feature in future php versions. Johannes