Re: [PHP-DEV] Curl extension

2011-11-21 Thread Pierre Joye
Hi Pierrick! Yes it us still maintained however it is hard to keep adding every new features. They are quite active :) As of 5.4 it is now in RC phase. Please add new features in trunk for now. Thanks! On Nov 21, 2011 1:19 AM, "Pierrick Charron" wrote: > Hi all, > > I started today to play wi

Re: [PHP-DEV] Curl extension

2011-11-21 Thread Kalle Sommer Nielsen
2011/11/21 Yasuo Ohgaki : > I'm also holding pgsql patch that adds pg_escape_literal() which > escapes SQL literal. (i.e. table names, filed names, etc) By making a separate topic instead of cluttering it into this one, alternatively open a report at bugs.php.net -- regards, Kalle Sommer Nielse

Re: [PHP-DEV] Curl extension

2011-11-20 Thread Daniel Convissor
Hi Yasuo: > I'm also holding pgsql patch that adds pg_escape_literal() which > escapes SQL literal. (i.e. table names, filed names, etc) The database documentation I've read calls those "identifiers" rather than "literals". Pardon the "bike shedding," but it would be good to name the function ac

Re: [PHP-DEV] Curl extension

2011-11-20 Thread 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 yohg...@ohgaki.net 2011/11/21 Pierrick Charron : > Hi all, > > I started today to play with libcur

[PHP-DEV] Curl extension

2011-11-20 Thread 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 nob