Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25675 invoked by uid 1010); 8 Jan 2004 00:58:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25652 invoked from network); 8 Jan 2004 00:58:07 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 Jan 2004 00:58:07 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id A1D8A1488087; Wed, 7 Jan 2004 16:55:29 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id BC78F1488087 for ; Wed, 7 Jan 2004 16:55:27 -0800 (PST) Message-ID: <01a601c3d582$51333100$8802a8c0@obsidian> To: Date: Thu, 8 Jan 2004 00:56:56 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_30 version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: php5 win32 snapshots now built using new build system From: wez@thebrainroom.com ("Wez Furlong") This is just a heads-up; tonight Edin and I switched to using the new win32 build system for our official PHP 5 snaps. In order to encourage people to install PHP in a sane way on modern win32 (win2k and later), we have merged the contents of the sapi/ and dll/ folders and put them into the root of the zip file. This means that you can unzip the snap and run php straight out of the root folder. No need to copy dll's into windows system directories. It would be great if someone could update the various installation documentation to reflect this. --Wez.