Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14505 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27575 invoked by uid 1010); 2 Feb 2005 03:10:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27559 invoked from network); 2 Feb 2005 03:10:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2005 03:10:25 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:35489] helo=prohost.org) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 2A/23-00705-1A440024 for ; Tue, 01 Feb 2005 22:10:25 -0500 Received: (qmail 320 invoked from network); 2 Feb 2005 03:10:22 -0000 Received: from cpe00095beeab35-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.31.219) by prohost.org with SMTP; 2 Feb 2005 03:10:22 -0000 Message-ID: <4200449D.3000904@prohost.org> Date: Tue, 01 Feb 2005 22:10:21 -0500 User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jay@php.net CC: internals@lists.php.net References: <5.1.0.14.2.20050201111730.0299da70@localhost> <20050202005157.83298.qmail@lists.php.net> In-Reply-To: <20050202005157.83298.qmail@lists.php.net> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.1 From: ilia@prohost.org (Ilia Alshanetsky) Jay, I've noticed that you're still using the ini parser in this new code, would it not be easier and allow for greater code re-use to use the CSV database and the underlying fgetcsv code? Ilia Jay Smith wrote: > Andi Gutmans wrote: > > >>Hey, >> >>I just heard from Wez that PDO is in very advanced stages now (ready for >>beta). I would like to start the PHP 5.1 release process. Due to the lack >>of testing both the new engine VM and PDO have received I would like to >>start with a beta process so that we get feedback. >> >>I know there are still some fixes that need to be applied both in the >>engine and in extensions so I would like to release a beta on March 1st (a >>month from today). >>Derick also mentioned that his new very much needed Date >>extension will be ready by that date. >> >>I believe both PDO and Date should be included in the default distro. As >>far as PDO is concerned I think for each DB if it is selected at configure >>time, the relevant PDO extension should also be enabled. So doing >>--with-oci8 should enable both ext/oci8 and ext/pdo_oci. This will give >>users more of a choice, give more exposure to PDO which is one of the most >>important features of 5.1 and of course, it doesn't really cost us very >>much except for having to do some configure hacking. >> >>Comments/Flames/Praises to this list :) >> >>Andi > > > 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. > > J >