Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49047 invoked from network); 21 Nov 2011 01:44:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2011 01:44: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.161.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:50454] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/57-31506-FFCA9CE4 for ; Sun, 20 Nov 2011 20:44:31 -0500 Received: by ggnk1 with SMTP id k1so3520197ggn.29 for ; Sun, 20 Nov 2011 17:44:29 -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=beaEAgywvsV38TFKrfVCYc1LcrjcgH/EcQwvjPX8DkQ=; b=VDRKRSqDlmPhTQnoqNNGw45I2LUYcaA3GZn7ZxSCwdwYGrPVXQ3vVkEh7A9qfnZgrG Rtfd9HS7ov5udGJf3wOmPGTqL9lpkzYAfn1z6/Av8oMPD3PWsjqfeB32XL3MvcD9GwmK effWeP7uRszRLo/VK+pVuIz9vxiPg80xDE1r0= Received: by 10.101.10.28 with SMTP id n28mr2654668ani.14.1321839868158; Sun, 20 Nov 2011 17:44:28 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Sun, 20 Nov 2011 17:43:47 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Nov 2011 10:43:47 +0900 X-Google-Sender-Auth: 69KGoaJwTpJMyPZ-mXuN99-mXaA Message-ID: To: Pierrick Charron Cc: Internals , sterling@php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Curl extension From: yohgaki@ohgaki.net (Yasuo Ohgaki) I'm also holding pgsql patch that adds pg_escape_literal() which escapes SQL literal. (i.e. table names, filed names, etc) https://gist.github.com/1381181 What should I do for it? -- Yasuo Ohgaki yohgaki@ohgaki.net 2011/11/21 Pierrick Charron : > Hi all, > > I started today to play with libcurl and went through documentation. I > noticed that there were a lot of features that were not exposed in the > curl PHP extension which made me wondering if someone is still > maintaining this extension to keep it as close as possible from the C > version. If nobody is, I'd be glad to do it. > > I started to quickly implement all the curl options (CURLOPT_*) that > were not exposed yet and created a small patch [1] (Do not hesitate to > review the patch and give feedback). I think all options but the one > which expose callback are included in this patch. I'll continue the > work to implement all options with callback functionality. > > I'm also wondering if such a patch should go in PHP5.4 or if we should > wait since we are in RC phase. > > Every input is welcome :) > > Pierrick > > [1] http://www.adoy.net/php/curl-update-v1.diff > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >