Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36112 invoked by uid 1010); 19 Jul 2007 18:13:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36097 invoked from network); 19 Jul 2007 18:13:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 18:13:13 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.238 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.238 nz-out-0506.google.com Received: from [64.233.162.238] ([64.233.162.238:63942] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/65-21764-7B9AF964 for ; Thu, 19 Jul 2007 14:13:12 -0400 Received: by nz-out-0506.google.com with SMTP id x7so522567nzc for ; Thu, 19 Jul 2007 11:13:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=QrQ2KBcxybn+HsxCNBfFR0xg27VIpkgwEAbjL8SYNz2NN+FuFRNi7A/o8bL0ocBUOgOMzNIuZtoBPyY8LXIbbHJ/dxlCWk0PmYjmnIsXo50mqY7rfvhyPbPbQwZ94Dnr7JNhB4yb5sp/Rk3NG3ZeEAPecFxkzHQqTeOdKZEdLzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KyogvtA4mO9//X9kNqJggBRxI+L2kwHHmPYdk49ik+8/3jwQ9/mfQ9JBSpwTRXoXPPEAGJfmdtXK31fnmjZ4zA3yv1crOAyEXMLvqnsyK56OL8EbbzTnq9bVLunb+xE+dGpVpWCJnbHfKzc/ihMAOs+MIUSQFUoEEeZZoAG1Aps= Received: by 10.114.103.1 with SMTP id a1mr2822600wac.1184868785619; Thu, 19 Jul 2007 11:13:05 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Thu, 19 Jul 2007 11:13:05 -0700 (PDT) Message-ID: Date: Thu, 19 Jul 2007 20:13:05 +0200 To: "davidc@php.net" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "Antony Dovgal" , "Keryx Web" , internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469E59FA.6060104@keryx.se> <0E62C134-68DF-4240-81BB-3A3EEA0E293D@prohost.org> <469F6A09.2050909@keryx.se> <469F6EE1.7080104@zend.com> <1184867441.2826.25.camel@johannes.nop> Subject: Re: [PHP-DEV] libc and random functions From: pierre.php@gmail.com (Pierre) On 7/19/07, davidc@php.net wrote: > I totally agree. the only reasn for the 5-2 patch was for people to test You can simply keep the old functions for 5.2 and remove them in HEAD. We can't remove an API (or change it) in a point release, it is a full breakage (BC and binary). --Pierre