Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14501 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6168 invoked by uid 1010); 2 Feb 2005 01:06:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6152 invoked from network); 2 Feb 2005 01:06:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2005 01:06:19 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:55073] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 21/EE-00705-88720024 for ; Tue, 01 Feb 2005 20:06:19 -0500 Received: (qmail 26154 invoked from network); 2 Feb 2005 01:06:08 -0000 Received: from localhost (HELO andi-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 2 Feb 2005 01:06:08 -0000 Message-ID: <5.1.0.14.2.20050201170552.026cbd90@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 01 Feb 2005 17:06:03 -0800 To: jay@php.net,internals@lists.php.net In-Reply-To: <20050202005157.83298.qmail@lists.php.net> References: <5.1.0.14.2.20050201111730.0299da70@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: PHP 5.1 From: andi@zend.com (Andi Gutmans) Any volunteers to review and commit this? At 07:51 PM 2/1/2005 -0500, Jay Smith wrote: >Seems every time I get ready to finally commit the new browscap stuff that >I've been sitting on for 5.1 since forever, something always comes up and >it gets on the backburner. > >Since I've been out of the loop for so long (still passively reading the >lists, but I haven't had much time to actively participate in much of >anything of late) perhaps someone else should commit this stuff. There are >a few added files and a patch and that's pretty much it. I've tested >against a copy of HEAD I just checked out on linux and Win2k with VS6, and >it seems to work okay, although I haven't tried any of the Visual Studio >workspaces or anything, so they may assplode, I don't know. > >The patch is at http://bugs.tutorbuddy.com/download/browscap.patch.tar.gz . >It's not exactly new VM exciting or PDO exciting (which, if you're reading >this Wez, looks quite nice), but browser detection is something I think PHP >should do well. It is primarily a web scripting language, after all.