Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93138 invoked from network); 12 Nov 2008 21:10:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 21:10:36 -0000 Authentication-Results: pb1.pair.com header.from=rrichards@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rrichards@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 207.58.142.210 as permitted sender) X-PHP-List-Original-Sender: rrichards@php.net X-Host-Fingerprint: 207.58.142.210 port80.smtp2go.com Linux 2.6 Received: from [207.58.142.210] ([207.58.142.210:43516] helo=smtp2go.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/17-07308-C464B194 for ; Wed, 12 Nov 2008 16:10:36 -0500 Received: from [67.158.171.203] (helo=rrichardsmbp.local) by smtp2go.com with esmtp (Exim 4.63) (envelope-from ) id 1L0Mzn-0007H7-BH; Wed, 12 Nov 2008 21:11:27 +0000 Message-ID: <491B4606.3020805@php.net> Date: Wed, 12 Nov 2008 16:09:26 -0500 User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: internals Mailing List References: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> In-Reply-To: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP2Go-MailScanner-Information: Please contact support@smtp2go.com for more information X-SMTP2Go-MailScanner: Found to be clean X-SMTP2Go-MailScanner-From: rrichards@php.net Subject: Re: [PHP-DEV] quick polls for 5.3 From: rrichards@php.net (Rob Richards) > 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 both > 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) > c) Document as is c > > 4) keep ext/phar enabled by default in 5.3? -0 > > 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 both > > 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) > b) MFH to 5.3 b Rob