Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32338 invoked from network); 8 May 2008 14:51:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2008 14:51:27 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.150 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.150 smtpout0150.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.150] ([64.97.136.150:51416] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/58-10216-D6313284 for ; Thu, 08 May 2008 10:51:26 -0400 Received: from sc1-out04.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 4769FAD4013A8B9E; Thu, 8 May 2008 14:51:22 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,3864a8457b24371f,c897e594abca0c0b,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1536:1559:1587:1593:1594:1676:1711:1714:1730:1747:1766:1792:1963:2073:2075:2078:2393:2559:2562:3027:3622:3865:3866:3868:3870:5007:6261:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host86-130-56-54.range86-130.btcentralplus.com [86.130.56.54]) (Authenticated sender: steph.fox) by sc1-out04.emaildefenseservice.com (Postfix) with ESMTP; Thu, 8 May 2008 14:51:20 +0000 (UTC) Message-ID: <013301c8b11b$22c24710$4001a8c0@foxbox> Reply-To: "Steph Fox" To: , "Hannes Magnusson" Cc: "internals Mailing List" References: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> <7f3ed2c30805071317l5faf1785s5e7422ea77b1bcb7@mail.gmail.com> <10845a340805080204i2c84a818w104cb11df0610250@mail.gmail.com> Date: Thu, 8 May 2008 15:52:25 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Win32 Makefile template patch. From: steph@zend.com ("Steph Fox") Hi Richard, > Basically search&replace rmdir with rd in the win32/build/Makefile Why? rd's just an alias of rmdir, and rmdir's the more human-readable of the two. - Steph