Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43485 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49795 invoked from network); 26 Mar 2009 10:54:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2009 10:54:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:60393] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/FB-30978-5EE5BC94 for ; Thu, 26 Mar 2009 05:54:29 -0500 Received: by fg-out-1718.google.com with SMTP id l26so786522fgb.0 for ; Thu, 26 Mar 2009 03:54:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iR2OWG9eahwHLBOGfA2jV9k1ArrY6D1gW/vbedh8WVE=; b=YI+uo7SdHlmYNLI4oaBFClhAStsAEgdva9aM7kHXe2k/hGAoE38LIFqhj2gHobI4zj bl6ekUO9gqcbL18oIpeyYUy4tLWSfaQNTRYjylbfPZ4C0G9yhU/jVzGhXJieN9ezq/IR pCaOKL6G2c2eyUGhUlhyron4sNCYAB6DwzCdQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hIo5lYETacDh0gmdiLokkDFJSuwNxvTZXlWHzDEJq9Z5YALJqOdPhLIvJVRHUycTU4 2j/JVKnBKmpwL50c47ezQwVD2c26sa3rH5YC1EnHm1He0cuZtcFGydiwQpOiklic/Iah KQRyWcFR5K0SD+BhSyzMa8MvovPeQEQTPP28M= MIME-Version: 1.0 Received: by 10.86.51.10 with SMTP id y10mr968274fgy.9.1238064866695; Thu, 26 Mar 2009 03:54:26 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Mar 2009 11:54:26 +0100 Message-ID: <7f3ed2c30903260354y22454782xe43a4dd57ad822c2@mail.gmail.com> To: Alexey Zakhlestin Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] SPL Documentation From: hannes.magnusson@gmail.com (Hannes Magnusson) 2009/3/26 Alexey Zakhlestin : > http://docs.php.net/manual/en/intro.spl.php links to > http://www.php.net/~helly/php/ext/spl/ which does not reflect SPL in > 5.3. > And since we have RC, more and more people start to test it and they > need newer docs. > > I believe, that it's time to regenerate SPL's doxygen-docs. FYI: A *bunch* of SPL stuff has been documented in the last few months, even some of the PHP5.3.0 classes like http://docs.php.net/manual/en/class.filesystemiterator.php -Hannes