Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45169 invoked from network); 13 Jul 2012 10:28:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2012 10:28:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 117.55.227.22 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 117.55.227.22 mta22-data1.ironport2.cbr1.mail-filtering.com.au Received: from [117.55.227.22] ([117.55.227.22:33652] helo=mta22-data1.ironport2.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/A3-17670-648FFFF4 for ; Fri, 13 Jul 2012 06:28:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ag0MAK73/0+va78L/2dsb2JhbABFuSUEAwGCGAEBBXgRCxgJDwcPCQMCAQIBRRMIAQGICLtZjhYCgxoDlkyEMRODUIZggnE X-IronPort-AV: E=Sophos;i="4.77,579,1336312800"; d="scan'208";a="40690441" Received: from ju001lcs02.dfw.the-server.net.au (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by smtp-data2.ironport2.cbr1.mail-filtering.com.au with ESMTP; 13 Jul 2012 20:28:18 +1000 Received: from [27.33.45.210] (port=10474 helo=[192.168.2.104]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.77) (envelope-from ) id 1Spd6e-003Erc-Nq for internals@lists.php.net; Fri, 13 Jul 2012 20:28:17 +1000 Message-ID: <4FFFF84D.9070202@rotorised.com> Date: Fri, 13 Jul 2012 20:28:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PROPOSED] password_hash RFC - Implementing simplified password hashing functions From: lists@rotorised.com (Ryan McCue) Anthony Ferrara wrote: > I want exceptions here too. But PHP doesn't use exceptions in its standard > library (aside from SPL), and I'm not sure this is a compelling enough case > to implement the first... I could be swayed, but I'm not sure the rest of > the team would. Somewhat off-topic, but is there a reason why not? It seems to me that introducing a new API without using PHP's best method of error handling (IMHO) is a little silly. -- Ryan McCue