[PHP-DEV] Re: [PECL-DEV] libidn2 extension for php

2011-11-20 Thread Gustavo Lopes
On Fri, 18 Nov 2011 13:12:01 -, Pierre Joye wrote: Possibly the best course of action would be to follow the ICU API and create a new class in the intl extension with labelToASCII (uidna_labelToASCII_UTF8), labelToUnicode (uidna_labelToUnicodeUTF8), nameToASCII (uidna_nameToASCII_UTF8

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] datetime status

2011-11-20 Thread Daniel Convissor
Hi Stas: > We're in RC now, and I'm very concerned about the status of DateTime > functionality (see bugs 60236, 60237 and XFAILs) 60237 is a duplicate of https://bugs.php.net/bug.php?id=55253. I just marked it as such. I suspect the remaining two bugs are related to the same underlying problem

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] datetime status

2011-11-20 Thread Stas Malyshev
Hi! We're in RC now, and I'm very concerned about the status of DateTime functionality (see bugs 60236, 60237 and XFAILs) - I've reported these problems in June, but not much happened since then. I'm trying to figure out what's going on there, but I'm not sure if I understand the code correct

[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

Re: [PHP-DEV] Bug 52389

2011-11-20 Thread Yasuo Ohgaki
Is the script pasted in the bug report cause segfault? If there is script that case segfault, I can look into it. -- Yasuo Ohgaki yohg...@ohgaki.net 2011/11/19 Eric Crist : > I've added it to the ticket, and we used the pgsql-fixed.diff.  After that > patch, php was CONSTANTLY exiting on signal

[PHP-DEV] New dereferencing syntaxes in 5.4

2011-11-20 Thread Nikita Popov
Hi internals! I want to discuss some details of the new dereferencing syntaxes which were introduced in 5.4. 1. I already mentioned lack of support for dereferencing using the alternative array syntax earlier (http://markmail.org/thread/j6rs3bzgzhxmco7n) but there was no conclusion on that topic.