Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70512 invoked by uid 1010); 1 Dec 2003 23:40:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70478 invoked from network); 1 Dec 2003 23:40:33 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 1 Dec 2003 23:40:33 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id DD30B2AE70; Mon, 1 Dec 2003 15:58:03 -0800 (PST) To: Cc: , Wez Furlong , Andi Gutmans X-Mailer: Swwwing 2000 Message-ID: <10703219576400000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Mon, 01 Dec 2003 15:39:17 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c From: frank@kromann.info ("Frank M. Kromann") 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. > > > > >