RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-02 Thread Andi Gutmans
At 11:42 PM 12/1/2003 +, Steph wrote: > 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? We haven't drop

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-02 Thread Andi Gutmans
esn't work on win98 any more.. ) > -Original Message- > From: Andi Gutmans [mailto:[EMAIL PROTECTED] > Sent: 01 December 2003 22:09 > To: Frank M. Kromann; Wez Furlong > Cc: [EMAIL PROTECTED]; Wez Furlong > Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 t

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Wez Furlong
<[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Andi Gutmans" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 11:47 PM Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c > We

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Steph
And also PEAR... > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED] > Sent: 01 December 2003 23:45 > To: Frank M. Kromann; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; Andi Gutmans > Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Frank M. Kromann
lt;[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "Wez Furlong" <[EMAIL PROTECTED]>; "Andi > Gutmans" <[EMAIL PROTECTED]> > Sent: Monday, December 01, 2003 11:39 PM > Subject: RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Wez Furlong
gt;; "Andi Gutmans" <[EMAIL PROTECTED]> 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

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread 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 configuratio

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Steph
> 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

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Wez Furlong
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 :) --Wez. > Can anyone explain to me why we're not dumping support for win98 at the same > time pls? > > (Given that the PHP5 build system doesn't work on w

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Steph
Frank M. Kromann; Wez Furlong > Cc: [EMAIL PROTECTED]; Wez Furlong > Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c > > > At 01:42 PM 12/1/2003 -0800, Frank M. Kromann wrote: > >Hi, > > > >It is my understanding that most of the Win95 users are deve

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Andi Gutmans
At 01:42 PM 12/1/2003 -0800, Frank M. Kromann wrote: Hi, It is my understanding that most of the Win95 users are developing on the win platform and deploying on a server (Win or Linux). I have no idea of how meny users we have on Win95, but I have no problem in removing support for it in PHP5. Let

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Frank M. Kromann
the unix version. > > --Wez. > > - Original Message - > From: "Andi Gutmans" <[EMAIL PROTECTED]> > To: "Wez Furlong" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, December 01, 2003 8:23 PM > Subj

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Wez Furlong
. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 8:23 PM Subject: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c > Does this mean I can ena

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Andi Gutmans
Does this mean I can enable my GetLongPathName() patch in tsrm_virtual_cwd.c (I think it also requires Win98 but I kept it out because there are people who are still using Windows 95). I think we decided that we will continue supporting Windows 95 and I #If 0'd my patch. Also, I just saw (and fi