Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41922 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86269 invoked from network); 15 Nov 2008 15:20:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2008 15:20:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=mozo@mozo.jp; spf=permerror; sender-id=permerror Authentication-Results: pb1.pair.com header.from=mozo@mozo.jp; sender-id=permerror Received-SPF: error (pb1.pair.com: domain mozo.jp from 74.125.92.26 cause and error) X-PHP-List-Original-Sender: mozo@mozo.jp X-Host-Fingerprint: 74.125.92.26 qw-out-2122.google.com Received: from [74.125.92.26] ([74.125.92.26:29587] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/D2-61433-EC8EE194 for ; Sat, 15 Nov 2008 10:20:47 -0500 Received: by qw-out-2122.google.com with SMTP id 8so944033qwh.59 for ; Sat, 15 Nov 2008 07:20:43 -0800 (PST) Received: by 10.214.183.17 with SMTP id g17mr1723137qaf.265.1226762443842; Sat, 15 Nov 2008 07:20:43 -0800 (PST) Received: by 10.215.101.9 with HTTP; Sat, 15 Nov 2008 07:20:43 -0800 (PST) Message-ID: Date: Sun, 16 Nov 2008 00:20:43 +0900 To: "Lukas Kahwe Smith" Cc: "internals Mailing List" In-Reply-To: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> Subject: Re: [PHP-DEV] quick polls for 5.3 From: mozo@mozo.jp ("Moriyoshi Koizumi") On Thu, Nov 13, 2008 at 4:14 AM, Lukas Kahwe Smith wrote: > 1) ext/mhash in 5.3. > I) enable ext/hash by default +1 > II) remove ext/mhash +1 > 2) deprecate ereg*. +1 > 3) resource constants (choose one) > a) Should we deprecate constant resources (mostly used to emulate STDIN and > friends) > b) Should we instead just throw an E_STRICT > c) Document as is a > 4) keep ext/phar enabled by default in 5.3? +1 > 5) keep ext/sqlite3 enabled by default in 5.3? +1 > 6) enable mysqlnd by default in 5.3? (answer both) > I) enable mysqlnd by default -1 > II) also enable ext/mysql, mysqli and pdo_mysql by default since there will > be no external dependencies in this case -1 > 7) should Output buffering rewrite MFH? this one comes with some baggage, we > need enough people to actually have a look at how things are in HEAD and > make it clear that they will be available for bug fixing and BC issues > resolving. the risk here is obviously that any BC issues will be hard to > isolate for end users. +1 > 8) MFH mcrypt cleanups in HEAD. either the make sense or they dont, so > either (choose one) > a) revert in HEAD > b) MFH to 5.3 b -- moriyoshi