Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56500 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9835 invoked from network); 23 Nov 2011 13:48:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2011 13:48:17 -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:34960] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/61-31179-0A9FCCE4 for ; Wed, 23 Nov 2011 08:48:17 -0500 Received: by ghrr20 with SMTP id r20so1528586ghr.29 for ; Wed, 23 Nov 2011 05:48:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Do7RqxLb5SrkK5OOMObQcfyg6zaYpAehz1HxGH2tEe4=; b=rvwo8S1nG9VmJl0VJs+8A+dfYuX1lL+s5r0Lekcwe4saPQmozG0Sv632weENX0OV/r ZFLGo1SDWvKf8dFxSsTkDb6AE+QjK4NpYxO/C+ZkIM70wPJ9GHRh4HWKL/F9LV0FwSTL xLBVgI2Dk9NSMTLJRdmBS7Frqus/yPpeGBNMM= Received: by 10.101.39.5 with SMTP id r5mr4042562anj.36.1322056094164; Wed, 23 Nov 2011 05:48:14 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Wed, 23 Nov 2011 05:47:33 -0800 (PST) In-Reply-To: References: Date: Wed, 23 Nov 2011 22:47:33 +0900 X-Google-Sender-Auth: sTQTL8JAD-Ry5I7H1MDBFyB1g4A Message-ID: To: Pierre Joye Cc: Rafael Kassner , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] pg_escape_literal(), pg_escape_identifier() patch From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Pierre, 2011/11/23 Pierre Joye : > A quick note about that, PHP next is much more the way. Please see the > release RFC for the explanations. Thank you for the pointer. I should better to try add this escape features for 5.4.0. Stats, I think these new escape functions are very useful to PostgreSQL users, and it does not have any side effect to existing features. These escape functions are not mandatory, but these functions increase usability of PHP and pgsql module. Do you think it is ok to merge the patch to 5.4 branch? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net