Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8934 invoked from network); 2 Apr 2009 14:36:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2009 14:36:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.167 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.218.167 mail-bw0-f167.google.com Received: from [209.85.218.167] ([209.85.218.167:38518] helo=mail-bw0-f167.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/EF-22853-45DC4D94 for ; Thu, 02 Apr 2009 09:36:04 -0500 Received: by bwz11 with SMTP id 11so555536bwz.23 for ; Thu, 02 Apr 2009 07:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=hvVOYOhqF32BzQxUJ8uocKX5uaqmSGg+uhyF3H+qzXI=; b=g1RUGFisSjwMK5pMi/PTwY9qlhIS+/ojY7dlRHpY7wNkajY0h8pmQQcfkzkgWAY5hG 421XWyHx0j5qHT6v/yIICRftaZv452fjJ8W3iPA/BwdipfGPGlPBNkbv56bnobD/1w0S MRRWlhnNVq3yC5ABwDqpcpk5+j1lkphHB1X0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=dj13v6PvjILZ6JtCYPxyGqjqScs5DF9LFntedTxTxKJz6wGRLa+ZFVqeOWr5KbZToX /sp4JKzZAbvJjo1o4pRYDiOdOZqLPTAbkoMa5F/FG7YjLrlVdqBQjGr8xAUhvJtf9Tcf uBYPqDFKo9rtWSOB678FhPZ+d72h8tcsZkz2Y= MIME-Version: 1.0 Sender: david.coallier@gmail.com Received: by 10.223.122.70 with SMTP id k6mr86709far.26.1238682961357; Thu, 02 Apr 2009 07:36:01 -0700 (PDT) In-Reply-To: <2dedb8a0904020515k6bd68cdarea0ebd9bb3a8f6c9@mail.gmail.com> References: <6F.F0.47115.84534D94@pb1.pair.com> <2dedb8a0904020508r6306c189peda001421d4e830f@mail.gmail.com> <2dedb8a0904020515k6bd68cdarea0ebd9bb3a8f6c9@mail.gmail.com> Date: Thu, 2 Apr 2009 15:36:01 +0100 X-Google-Sender-Auth: ed21da35c8806ae7 Message-ID: To: Kalle Sommer Nielsen Cc: Justin Martin , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Update to Zend Highlighter From: davidc@php.net (David Coallier) 2009/4/2 Kalle Sommer Nielsen : > 2009/4/2 Kalle Sommer Nielsen : >> Hi Justin >> > > Attached a patch instead, hopefully this will work ;) > > I really do like this idea :) Let's just commit it. I would however like ot see the "naming" stucture Justin used in the first example by prefixing the CSS classnames by "php". This will greatly help the inclusion into other considering that "comment" and "default" are widely used (not sure about the other ones) for general purposes usage (see google codesearch for example). Cool work, do we go by adding 6 new ini settings and making sure they are prefixed by default? Also I guess we'll have to attach a css file with that? Inline css at the top of the generated highlighted block maybe? -- Slan, David