Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93617 invoked by uid 1010); 3 Aug 2004 16:10:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93560 invoked by uid 1007); 3 Aug 2004 16:10:48 -0000 Message-ID: <20040803161048.93559.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Tue, 03 Aug 2004 12:10:43 -0400 Lines: 26 User-Agent: KNode/0.7.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.236 Subject: new browscap INI parser From: jay@php.net (Jay Smith) I know this isn't exactly as exciting as goto, but I finally got a bit of time away from work and whatnot to finally fix the oddities with the browscap/ini parser. A tarball with the patch and the new files for HEAD is available at http://bugs.tutorbuddy.com/download.php/browscap.patch.tar.gz It's basically just a rip of some of the code from Zend/zend_ini_(parser scanner) with a few modifications to prevent operator handling and that sort of thing. It still uses the Zend ini code for pretty everything except the actual parser and scanner. I know this probably won't get into the 5.0.x branch, but I'd like to get it into 5.1.0 if possible. I've only had a chance to test it out on linux, so I have no idea if it builds on Windows or anything else for that matter (my Win2k dev box was recently reappropriated at work so I can't test it at the moment) so if somebody could take a look at that I'd appreciate it. If everything checks out, I'd like to commit it to HEAD sometime in the near future... thx J