Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81452 invoked from network); 22 Aug 2013 12:10:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2013 12:10:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.175 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.192.175 mail-pd0-f175.google.com Received: from [209.85.192.175] ([209.85.192.175:34207] helo=mail-pd0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/0C-11927-CBFF5125 for ; Thu, 22 Aug 2013 08:10:37 -0400 Received: by mail-pd0-f175.google.com with SMTP id q10so1784531pdj.20 for ; Thu, 22 Aug 2013 05:10:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=4fThOgll2N8wO4D4Bi52jjaKa/GvSYHRiRt8CSEDh3I=; b=szMxLXLyEQY+ZeH0RWvEpvmACWPBGr3My3NyZaSyN7Pzzo/5VwxQnpnzWLm6WtNsjZ pk4qO3N3IEywO/08HZUl6DJ3qq80M+s1SZyEhQM4XnreLL8FjFiFwFPN2Xbr9Cvde3WC TTsN0xYrd6xnvGULinP/WKn3u+9vNxfWIDS/jYMpoAjMBA3l8448i+DYCwbu8nPKRDGH qOmUyir/iUn4Nb6D7TBf1i9g7CUAglsr89iij8D2Td4yJa/S0O7O9TmgsXM5Rg3vLjsh OyC6UeUu+RM9McPvOlgb2k5FQrhnT3xT+1yFmNSmg5p6Zr7XPx94k8TrRMtr0G1Ir7wa KkTg== X-Received: by 10.66.255.104 with SMTP id ap8mr14999397pad.53.1377173433486; Thu, 22 Aug 2013 05:10:33 -0700 (PDT) Received: from [192.168.1.105] (bb42-60-19-235.singnet.com.sg. [42.60.19.235]) by mx.google.com with ESMTPSA id ar5sm14512319pbc.40.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 Aug 2013 05:10:32 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: Cc: "internals@lists.php.net" X-Mailer: iPhone Mail (10B329) Date: Thu, 22 Aug 2013 20:10:27 +0800 To: Yasuo Ohgaki Subject: Re: [PHP-DEV] Request #65501 uniqid(): More entropy parameter should be true by default From: tjerk.meesters@gmail.com (Tjerk Meesters) Hi, On 22 Aug, 2013, at 6:58 PM, Yasuo Ohgaki wrote: > Hi all, >=20 > I realized that not many users are using "more entropy" parameter > Therefore, I made >=20 > Request #65501 uniqid(): More entropy parameter should be true by default > https://bugs.php.net/bug.php?id=3D65501 >=20 > The comment title explains what this FR is. >=20 > Any comments? I would like to mention that the return value would become 10 characters lon= ger if we enable this by default. This could break applications that store t= he value in a database column such as VARCHAR(20).=20 >=20 > -- > Yasuo Ohgaki > yohgaki@ohgaki.net