Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26372 invoked from network); 14 Nov 2008 16:03:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2008 16:03:24 -0000 Authentication-Results: pb1.pair.com header.from=george@noodles.gr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=antoniadis@noodles.gr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain noodles.gr from 209.85.217.19 cause and error) X-PHP-List-Original-Sender: antoniadis@noodles.gr X-Host-Fingerprint: 209.85.217.19 mail-gx0-f19.google.com Received: from [209.85.217.19] ([209.85.217.19:39339] helo=mail-gx0-f19.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/13-07308-B41AD194 for ; Fri, 14 Nov 2008 11:03:23 -0500 Received: by gxk12 with SMTP id 12so284144gxk.23 for ; Fri, 14 Nov 2008 08:03:20 -0800 (PST) Received: by 10.151.10.7 with SMTP id n7mr2069955ybi.128.1226678466295; Fri, 14 Nov 2008 08:01:06 -0800 (PST) Received: by 10.151.13.18 with HTTP; Fri, 14 Nov 2008 08:01:06 -0800 (PST) Message-ID: <641f88250811140801n42645bey2e4fa1073585dec8@mail.gmail.com> Date: Fri, 14 Nov 2008 18:01:06 +0200 To: "Lukas Kahwe Smith" Cc: "internals Mailing List" In-Reply-To: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5104_19200564.1226678466320" References: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> Subject: Re: [PHP-DEV] quick polls for 5.3 From: george@noodles.gr ("George Antoniadis") ------=_Part_5104_19200564.1226678466320 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Nov 12, 2008 at 9:14 PM, Lukas Kahwe Smith wrote: > Hi, > > here are a few questions that need to be answered ASAP. > > If at all possible keep your votes as short as possible. I think all of the > above topics have been discussed quite a lot on the list. So I hope voters > can spare the list needless repetition. Instead if you think that a topic > needs to be discussed, put a short note in your vote under the given topic. > If a number of people also think the topic needs more discussion, then we > can open a new thread dedicated to this topic later this week. > 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break > will be that "if (extension_loaded('mhash'))" will need fixing if mhash is > removed (answer both) > I) enable ext/hash by default > II) remove ext/mhash +1 +1 > > > 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3. Since ext/ereg > is more or less redundant with ext/preg and is likely to not get much > unicode love for PHP 6, the question is if we should mark it with a > E_DEPRECATED in PHP 5.3 +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 > II) also enable ext/mysql, mysqli und pdo_mysql by default since there will > be no external dependencies in this case +1 +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. +0 > > > 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 > > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_5104_19200564.1226678466320--