Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89571 invoked from network); 12 Nov 2008 20:57:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 20:57:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=dsoria@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dsoria@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: dsoria@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.6 Received: from [213.165.64.20] ([213.165.64.20:50462] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/66-07308-1534B194 for ; Wed, 12 Nov 2008 15:57:53 -0500 Received: (qmail invoked by alias); 12 Nov 2008 20:57:49 -0000 Received: from krlh-5d83b9d3.pool.einsundeins.de (EHLO Tokyo.lan) [93.131.185.211] by mail.gmx.net (mp056) with SMTP; 12 Nov 2008 21:57:49 +0100 X-Authenticated: #235172 X-Provags-ID: V01U2FsdGVkX19QBb0aUElQueVGLiqcrFzC6MTnyM/rBdbuRp5GdK F9/ITkRqKXUilw Message-ID: <491B434B.2010105@gmx.net> Date: Wed, 12 Nov 2008 21:57:47 +0100 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-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 Subject: Re: quick polls for 5.3 From: dsoria@gmx.net (David Soria Parra) > 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 c > 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 +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 Same as stas: If it is needed and good reasons to mfh and a maintainer than +1. david