Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76011 invoked from network); 12 Nov 2008 20:14:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 20:14:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.142 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.142 smtprelay-virgin0142.hostedemail.com Received: from [64.99.136.142] ([64.99.136.142:46058] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/B3-07308-8193B194 for ; Wed, 12 Nov 2008 15:14:17 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay08.hostedemail.com (Postfix) with SMTP id 6AF0924A5ADB; Wed, 12 Nov 2008 20:14:13 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 10,1,0,6ca2b8ca76eb6a84,691ff1dea13fdf9b,steph@php.net,mls@pooteeweet.org:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:967:968:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1542:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2525:2559:2563:2682:2685:2693:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3354:3622:3865:3866:3867:3868:3869:3870:3871:3872:3874:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4362:4886:5007:6114:6119:6261:7653:7679:7875:7903:8501:8599:8987:9010:9025:9388,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Wed, 12 Nov 2008 20:14:12 +0000 (UTC) Message-ID: <027601c94503$79e5c6d0$3ffc1f3e@foxbox> To: "Lukas Kahwe Smith" Cc: References: <42D56477-0E39-4548-B711-A950480E562E@pooteeweet.org> Date: Wed, 12 Nov 2008 20:15:56 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] quick polls for 5.3 From: steph@php.net ("Steph Fox") Hi Lukas, > 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, BC concerns. Can't we just deprecate it in 5.3 and remove in 6.0? > 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 +1 > II) also enable ext/mysql, mysqli und pdo_mysql by default since there > will be no external dependencies in this case -1... if it was just one extension OK, but three is too many > 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.5.. I'd really like to see it in 5.3 because it was supposed to fix several OB issues, but it's probably too late in the cycle now > 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 0 (not enough insight to vote on this) Thanks, - Steph > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >