Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13900 invoked from network); 16 Jul 2012 15:10:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2012 15:10:34 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:48545] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/F0-09344-9EE24005 for ; Mon, 16 Jul 2012 11:10:34 -0400 Received: by eaal12 with SMTP id l12so1696904eaa.29 for ; Mon, 16 Jul 2012 08:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=RJChay90LoVEHmGdr2G9vTIh8NAgE7T6G1EpImT9Et0=; b=ZNVSPAurhAKYxdaXXtlMJej+xPEzMXAYsWnp1d4YBGI3u8ZHXHG2EpH6kSvN9VkR1e I9vl06AW1BNaRhk94A8ik36+lfJPx4WDZo4EtrwTkC/b4eVDhaOUiNmFu0ol+L5JK62B MjHxgos26E8Szgn7bcxTZwKSByznwBjCzIl3Pt+DP6lFKHySl7+W1T0VsAd0Gc0yjz+B AGW1unuaOJX1OCOwaNcWhHKlYXTMOiSp7HitD9Qkwo0A7TQBlq4snKjtGpFq37ylR8Ro yjWi6q04vLo9my91eLgbqxOA5w6mZcIqQk1oce5d1cW6P921log+WmZqym4xJSUAdrl3 H+LQ== Received: by 10.14.204.72 with SMTP id g48mr9602399eeo.36.1342451430220; Mon, 16 Jul 2012 08:10:30 -0700 (PDT) Received: from [192.168.1.26] (113.Red-83-42-240.dynamicIP.rima-tde.net. [83.42.240.113]) by mx.google.com with ESMTPS id t6sm19597210eeo.17.2012.07.16.08.10.28 (version=SSLv3 cipher=OTHER); Mon, 16 Jul 2012 08:10:29 -0700 (PDT) Message-ID: <50042ECB.4050600@gmail.com> Date: Mon, 16 Jul 2012 17:10:03 +0200 User-Agent: Thunderbird MIME-Version: 1.0 To: Anthony Ferrara CC: Andrew Faulds , Nikita Popov , PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Random string generation =?ISO-8859-1?Q?=28=E1_l?= =?ISO-8859-1?Q?a_password=5Fmake=5Fsalt=29?= From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 16/07/12 16:21, Anthony Ferrara wrote: > If this is something that's desired, I can update the password > implementation to include this change (since it depends on a function like > this internally)... > > Anthony Looks good.