Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92208 invoked from network); 12 Apr 2008 00:14:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2008 00:14:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:49171] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/C6-52887-7CEFFF74 for ; Fri, 11 Apr 2008 20:13:59 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 448DAC1001F; Fri, 11 Apr 2008 17:13:58 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 9DE87C0FFFD; Fri, 11 Apr 2008 17:13:57 -0700 (MST) Message-ID: <47FFFED4.2020203@chiaraquartet.net> Date: Fri, 11 Apr 2008 19:14:12 -0500 User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Philip Olson CC: Etienne Kneuss , David Coallier , Alexey Zakhlestin , PHP internals References: <97A40CDA-69F5-4CD5-8974-276625638380@roshambo.org> In-Reply-To: <97A40CDA-69F5-4CD5-8974-276625638380@roshambo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] spl documentation From: greg@chiaraquartet.net (Gregory Beaver) Philip Olson wrote: > >>> On 11/04/2008, Alexey Zakhlestin wrote: >>>> I noticed, that >>>> http://www.php.net/~helly/php/ext/spl/was >>>> updated >>>> almost a year ago. Is the newer version available anywhere? >>>> >>> >>> Good point, there're so many new things in there. Marcus? Etienne? >>> Anyone up to do regenerate some docs ? >>> > >> >> I've a more recent build that covers DLLists, but only Marcus is able to >> upload it to ~helly. >> >> I guess a new version will be online as soon as I finish documenting >> Heaps >> and priority queues. > > I think all effort should go into writing real documentation within the > phpdoc cvs module instead of unreadable and unofficial doxygen output. > Personally I feel the link to the doxygen output should be removed from > php.net/spl (but won't) so anyway those are my feelings. Etienne is > planning to work on both, which is great, but I encourage everyone to > update the official spl documentation and not worry much about doxygen. +1 This finally makes sense with the new doc style, which is OO-friendly. Greg