Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62330 invoked from network); 12 Nov 2008 19:28:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 19:28:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.177 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.146.177 wa-out-1112.google.com Received: from [209.85.146.177] ([209.85.146.177:16779] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/F0-07308-05E2B194 for ; Wed, 12 Nov 2008 14:28:16 -0500 Received: by wa-out-1112.google.com with SMTP id j32so296320waf.7 for ; Wed, 12 Nov 2008 11:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=k0ORX3LfmpDAp0KYjdGPeLxD52E1Q/rbmhyIYO2qm5A=; b=WkUe5Mf2LeJa/z6jZlCMNleacLXOQnwq6cPhDo1W2to7gtgkVRxXFf0+cMrBbbBHmW /KpDMW3+0tzqVxg918g7EZzS1bXYSe+wVAggHzW2mLECIh8Bm4WXspRlnJ/cPqZDzvzA 6xOyy86Z358dIR9cKx4yozVm1e2PS0/wnp0/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EfcEoMNOz/ZPCiZm2P1ZEeyFYIqtDMagnP18LJHByluBzsbBwtcxpl4t2C7Qcjizoo PkbnjpTk7ajVGhPkRC4OaODwrsOKUW2iOoDuLucrq4KAQ8LEvyrti96xxO0fzejrxmlO w9p8IYLP19Ki0PR3ZrDrc4lYCRT94FYvzp50M= Received: by 10.114.75.1 with SMTP id x1mr6328015waa.59.1226518093624; Wed, 12 Nov 2008 11:28:13 -0800 (PST) Received: by 10.114.144.17 with HTTP; Wed, 12 Nov 2008 11:28:13 -0800 (PST) Message-ID: <7f3ed2c30811121128g249a2a41m394f8164156ca7ce@mail.gmail.com> Date: Wed, 12 Nov 2008 20:28:13 +0100 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: hannes.magnusson@gmail.com ("Hannes Magnusson") On Wed, Nov 12, 2008 at 20:14, Lukas Kahwe Smith wrote: > Hi, > > here are a few questions that need to be answered ASAP. > 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 +1 > II) remove ext/mhash +1 > 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3. Since ext/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 C > 4) keep ext/phar enabled by default in 5.3? -1 > 5) keep ext/sqlite3 enabled by default in 5.3? +0 > 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 > 7) should Output buffering rewrite MFH? this one comes with some baggage, we +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 Wait, what? Didn't even know there was a difference. If there is, B. -Hannes