Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84808 invoked by uid 1010); 1 Feb 2005 22:29:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84783 invoked from network); 1 Feb 2005 22:29:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2005 22:29:19 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.4/2.6 Received: from ([80.74.107.235:51778] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 6F/82-00705-DB200024 for ; Tue, 01 Feb 2005 17:29:18 -0500 Received: (qmail 31223 invoked from network); 1 Feb 2005 22:29:11 -0000 Received: from localhost (HELO andi-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 1 Feb 2005 22:29:11 -0000 Message-ID: <5.1.0.14.2.20050201142816.026d21c0@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 01 Feb 2005 14:29:02 -0800 To: Rasmus Lerdorf Cc: internals@lists.php.net In-Reply-To: <41FFFE6E.6080707@lerdorf.com> References: <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5.1 From: andi@zend.com (Andi Gutmans) As time is very short, I suggest to discuss exactly what we want and then to see if it's possible in a 5.1 time frame. Can you give a short overview of what you had in mind and how the end-user would be using the functionality? Thanks, Andi At 02:10 PM 2/1/2005 -0800, Rasmus Lerdorf wrote: >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