Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62840 invoked by uid 1010); 1 Feb 2005 22:10:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62809 invoked from network); 1 Feb 2005 22:10:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2005 22:10:59 -0000 X-Host-Fingerprint: 66.198.51.121 lerdorf.com Linux 2.4/2.6 Received: from ([66.198.51.121:58991] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 69/51-00705-27EFFF14 for ; Tue, 01 Feb 2005 17:10:58 -0500 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by colo.lerdorf.com (8.13.3/8.13.3/Debian-4) with ESMTP id j11MAskq030194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Feb 2005 14:10:55 -0800 Message-ID: <41FFFE6E.6080707@lerdorf.com> Date: Tue, 01 Feb 2005 14:10:54 -0800 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans CC: internals@lists.php.net References: <5.1.0.14.2.20050201111730.0299da70@localhost> In-Reply-To: <5.1.0.14.2.20050201111730.0299da70@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 From: rasmus@lerdorf.com (Rasmus Lerdorf) Andi Gutmans wrote: > I believe both PDO and Date should be included in the default distro. As > far as PDO is concerned I think for each DB if it is selected at > configure time, the relevant PDO extension should also be enabled. So > doing --with-oci8 should enable both ext/oci8 and ext/pdo_oci. This will > give users more of a choice, give more exposure to PDO which is one of > the most important features of 5.1 and of course, it doesn't really cost > us very much except for having to do some configure hacking. If I can get off my ass and get it finished up it would be good to get a default input filtering extension in there as well. We have not done much to help people do proper input validation and although the hook for it is in 5.0 I doubt anybody has actually used it yet. I'll try to get it into PECL in the next week or so for people to have a look. -Rasmus