Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34962 invoked from network); 2 Mar 2012 23:49:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 23:49:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:37637] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/17-22821-B8C515F4 for ; Fri, 02 Mar 2012 18:49:32 -0500 Received: by ghbg2 with SMTP id g2so1194550ghb.29 for ; Fri, 02 Mar 2012 15:49:29 -0800 (PST) Received-SPF: pass (google.com: domain of yohgaki@gmail.com designates 10.101.152.32 as permitted sender) client-ip=10.101.152.32; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yohgaki@gmail.com designates 10.101.152.32 as permitted sender) smtp.mail=yohgaki@gmail.com; dkim=pass header.i=yohgaki@gmail.com Received: from mr.google.com ([10.101.152.32]) by 10.101.152.32 with SMTP id e32mr5245986ano.68.1330732169189 (num_hops = 1); Fri, 02 Mar 2012 15:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=kP2zxwrH+gp3gISrAxY89uCROc+JllaTNXwQZR2ZT7I=; b=N3ArXC8xO6muF4rno86+wkniqYha6VyMJ5O7OjFasZpTPbd2vswiSb08JJkB61h2dI Cui11HvU3UfKx+42OAQbRfx3SBz1rw9fNdm9ZnIuWVfsoIYihZ9mbtO2xQd0JrAD3LEM FE/7TYcEIObOZQBYgRniMEXN9CqfLgsQlMgixJorYZG8wM6jS3vbcUFAw6cdQ9vNGYA2 5YmXMvjCTqeZeWIBxxUgDVu0rcbUkSYt5qfZheGsFW6+vZNxZ/p+KcC5hNRsOIvYkUGy l1jQflrhkHSDJy21UNquAVrt1HDnzDpN05ys8Q1xFgjo0HhSxgcsXdUvVcqwI5RoPjga uu5A== Received: by 10.101.152.32 with SMTP id e32mr4170961ano.68.1330732169127; Fri, 02 Mar 2012 15:49:29 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.110.18 with HTTP; Fri, 2 Mar 2012 15:48:49 -0800 (PST) In-Reply-To: <4F512530.1020609@sugarcrm.com> References: <9832D59F-4388-4D50-8D37-A3F74516D51E@stefan-marr.de> <4F507B14.8060002@sugarcrm.com> <4F512530.1020609@sugarcrm.com> Date: Sat, 3 Mar 2012 08:48:49 +0900 X-Google-Sender-Auth: afqrTFJ6517-YxwOQf_SIFZ3yOQ Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] HEADS UP: 5.4 branch is open again From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stats The new strict session patch is not ready, yet. I'll prepare path for 5.3/5.4/trunk. I was asked for session id collision detection, so I'll also add that for create_sid() functions. >> I've also added 2 new escape functions to pgsql in trunk >> a while ago, pg_escape_literal()/pg_escape_identifier(). >> Is it okay to merge 5.4 branch also? > > > Should be ok, please send me the commit to review. If it doesn't change any > structures just adds functions it should be fine. It just adds new functions. I'll find the commit for review later. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net 2012/3/3 Stas Malyshev : > Hi! > > >> I'll work on the patch for strict session patch so that both >> PHP 5.4 and 5.3 has the same functionality. > > > OK, do you have the latest patch for that? I remember originally it involved > some non-BC changes and there were other questions, but I'd like to see the > final one. In general, if there's no BC issues, I think it may be OK, but > let's see the final patch. > > >> I've also added 2 new escape functions to pgsql in trunk >> a while ago, pg_escape_literal()/pg_escape_identifier(). >> Is it okay to merge 5.4 branch also? > > > Should be ok, please send me the commit to review. If it doesn't change any > structures just adds functions it should be fine. > > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227