Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50806 invoked by uid 1010); 15 Jul 2005 12:29:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50791 invoked from network); 15 Jul 2005 12:29:06 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2005 12:29:06 -0000 X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:52061] helo=sapo.pt) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 6B/B4-56617-11CA7D24 for ; Fri, 15 Jul 2005 08:29:05 -0400 Received: (qmail 7241 invoked from network); 15 Jul 2005 12:29:00 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.205) by relay4 with SMTP; 15 Jul 2005 12:29:00 -0000 Received: (qmail 12253 invoked from network); 15 Jul 2005 12:29:01 -0000 X-AntiVirus: PTMail-AV 0.3.85 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.154.24.219]) (envelope-sender ) by mta10 (qmail-ldap-1.03) with SMTP for ; 15 Jul 2005 12:29:01 -0000 Message-ID: <000701c58938$c6120210$0100a8c0@pc07653> To: "Derick Rethans" , "Wez Furlong" Cc: "PHPdev" References: <4e89b426050715050727d39e27@mail.gmail.com> Date: Fri, 15 Jul 2005 13:28:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Re: [PHP-DEV] Win9x support in PHP From: nlopess@php.net ("Nuno Lopes") > On Fri, 15 Jul 2005, Wez Furlong wrote: > >> How many people are seriously using Win9x with PHP? >> >> There are quite a few APIs that are either server-only or Win2k and up >> that PHP would benefit from using. Before we just go ahead and use >> them (breaking support for Win9x) I thought it would be a good idea to >> find out how many people this will affect. >> >> So, if you use, or know of someone that uses PHP on Win95, Win98 or >> WinME, please add a comment to my blog [1] (so that we don't spam the >> mailing lists with it) explaining why, so we can guage how much of an >> impact bumping the version requirements for PHP would have. > > WIn95 Support was already dropped some time ago, wasn't it? > > Derick Yep: Version 5.0.0 Beta 3 (21-Dec-2003) - Dropped Windows 95 support. (Andi) Nuno