Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37542 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53986 invoked from network); 8 May 2008 16:02:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2008 16:02:09 -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.189 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.189 smtpout0189.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.189] ([64.97.136.189:43529] helo=n064.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/B3-34339-FF323284 for ; Thu, 08 May 2008 12:02:09 -0400 Received: from sc1-out09.emaildefenseservice.com (64.97.139.2) by n064.sc1.he.tucows.com (7.2.069.1) id 4769770501416F16; Thu, 8 May 2008 16:02:03 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,51e4d2618021c218,c897e594abca0c0b,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:901:967:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2376:2393:2525:2559:2563:2682:2685:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3352:3865:3866:3867:3870:3871:3873:3934:3936:3938:3941:3944:3947:3950:4250:5007:6119:6261:7679: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 X-Spamcatcher-Explanation: Received: from foxbox (host86-130-56-54.range86-130.btcentralplus.com [86.130.56.54]) (Authenticated sender: steph.fox) by sc1-out09.emaildefenseservice.com (Postfix) with ESMTP; Thu, 8 May 2008 16:02:02 +0000 (UTC) Message-ID: <015501c8b125$0340e4f0$4001a8c0@foxbox> Reply-To: "Steph Fox" To: Cc: "Hannes Magnusson" , "internals Mailing List" References: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> <7f3ed2c30805071317l5faf1785s5e7422ea77b1bcb7@mail.gmail.com> <10845a340805080204i2c84a818w104cb11df0610250@mail.gmail.com> <013301c8b11b$22c24710$4001a8c0@foxbox> <10845a340805080805s53314162ybc23fca6c0b781e5@mail.gmail.com> Date: Thu, 8 May 2008 17:03:08 +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") > If only I could send the sound of my shoulders slumping as yet another > post is ignored/filtered. http://news.php.net/php.internals/37517 I only asked why :) > As I said in the original post, if you have cygwin installed (as was > needed to build the PHP documentation in the bad old days before phd), > then rmdir.exe would be in your path). Wouldn't having /cygwin/bin permanently in your PATH screw up native executables throughout? Can you use MS rmdir on your system at all? Aren't you running vcvars32.bat before you hit nmake? Or do you have MS headers permanently in your PATH too? - Steph