Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:14748 php.pecl.dev:1925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95134 invoked by uid 1010); 9 Feb 2005 15:19:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95104 invoked from network); 9 Feb 2005 15:19:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 15:19:02 -0000 X-Host-Fingerprint: 64.233.170.196 rproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.170.196:4836] helo=rproxy.gmail.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id DE/93-24923-5E92A024 for ; Wed, 09 Feb 2005 10:19:02 -0500 Received: by rproxy.gmail.com with SMTP id y7so1058054rne for ; Wed, 09 Feb 2005 07:18:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=bWQEiAjhlwBAmvw/jggG9yxSGjoknp40ft1wQINLx67VVclyBFgfODW4Mvx47QWAgLExY6E7Tz3pJd25fPiya26V0FS4B8Ru1NgQm6pGjeANOqoxRgAabrwJOh+GZXr9AoPf1sBPc2hMs97cS4KCCc4QLdsgwpw8YhtJPoj5i2E= Received: by 10.38.164.36 with SMTP id m36mr371106rne; Wed, 09 Feb 2005 07:18:59 -0800 (PST) Received: by 10.38.65.30 with HTTP; Wed, 9 Feb 2005 07:18:59 -0800 (PST) Message-ID: Date: Wed, 9 Feb 2005 10:18:59 -0500 Reply-To: Dan Scott To: PECL Announce , internals@lists.php.net In-Reply-To: <4e89b42605020821554c1ba198@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4e89b42605020821554c1ba198@mail.gmail.com> Subject: Re: [PECL-DEV] Announce: PDO beta releases From: denials@gmail.com (Dan Scott) On Wed, 9 Feb 2005 00:55:46 -0500, Wez Furlong wrote: > You may have noticed my "drive-by release" of various different PDO > packages tonight/this morning. > > This is stage one of the "PDO push". Woo-hoo! The world rejoices (well, at least this small part of the world). > The PHP manual: > http://www.php.net/manual/en/ref.pdo.php I've committed a number of changes since the manual was last built; is there a manual refresh in the works, or would Livedocs be able to handle the testers' load if we linked to that? To stay in sync with Wez, I would like to be able to ensure that testers / early adopters are using the latest docs (particularly if the API needs to change), thus avoiding the filing of bogus bugs as much as possible... Dan