Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78940 invoked by uid 1010); 1 Dec 2003 23:45:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78892 invoked from network); 1 Dec 2003 23:45:40 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 1 Dec 2003 23:45:40 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 5E8111488089; Mon, 1 Dec 2003 15:44:56 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 624031488088; Mon, 1 Dec 2003 15:44:53 -0800 (PST) Message-ID: <077801c3b865$1cb334a0$8802a8c0@obsidian> To: "Frank M. Kromann" , Cc: , "Andi Gutmans" References: <10703219576400000@9866357972520000.9866341568840000> Date: Mon, 1 Dec 2003 23:44:48 -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.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES 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: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c From: wez@thebrainroom.com ("Wez Furlong") I put it there in anticipation of adding symbols from libxml2 and iconv. However, I have been working on a new build system for win32 that should (hopefully) solve most problems provided that you have windows script host installed. It will also remove the dependency on Visual Studio (the IDE), so that you only need the MS compiler tools (freely available with the win32 platform SDK). --Wez. ----- Original Message ----- From: "Frank M. Kromann" To: Cc: ; "Wez Furlong" ; "Andi Gutmans" Sent: Monday, December 01, 2003 11:39 PM Subject: RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c > Hi Steph, > > I don't see any resons why the builddef.bat should'nt run on win98. It is > a very simple file. I do think that the @echo off statement should be > moved to the top of the file though. All output is redirected to the > phpts.def file, and this include the comments with the current > configuration. > > It would also be possible to get rid of this file all together and just > code this in the dsp file. > > - Frank > > > > Because win98 supports the functions we want to use (while win95 > > > does not). > > > And the build system has nothing to do with the runtime support :) > > > > Agreed, but sooner or later it will.. Andi, why (specifically) did > Zend > > drop win98 support? > > > > The PHP5 build system doesn't work because batch files created for w2k > and > > friends don't work on dos.. that's the _only_ reason currently, it's > still > > possible to build on win98 so long as you run a bunch of stuff from the > > commandline first.