Re: [PHP-DEV] Bug 48417 and PHP 5.4

2012-01-20 Thread Pierre Joye
hi, I'm not sure to follow you here, what did change that this issue is now a PHP problem? Felipe's fix sounds correct to me. On Fri, Jan 20, 2012 at 8:25 AM, Edward Z. Yang wrote: > Hey Pierre, > > I was wondering if you'd be willing to pitch a rollback of r300894 > post-code-freeze.  If not,

Re: [PHP-DEV] Bug 48417 and PHP 5.4

2012-01-19 Thread Edward Z. Yang
Hey Pierre, I was wondering if you'd be willing to pitch a rollback of r300894 post-code-freeze. If not, I'll start writing error detection code to accomodate for PHP 5.4 :^) Thanks, Edward Excerpts from Edward Z. Yang's message of Sun Jan 08 11:41:50 -0500 2012: > Hello Pierre, > > The whole

Re: [PHP-DEV] Bug 48417 and PHP 5.4

2012-01-08 Thread Edward Z. Yang
Hello Pierre, The whole situation is a slightly complicated. One question to ask is: "Is there code in PHP 5.3 that worked, which now no longer works in PHP 5.4?" The answer to this question is *yes*, as seen by this example: var_dump(iconv("UTF-8", "ISO-8859-1//IGNORE", "\xE4\xB8\xAD")); N

Re: [PHP-DEV] Bug 48417 and PHP 5.4

2012-01-08 Thread Pierre Joye
hi, I closed one bug (unrelated to what you have) and added a comment to the /ignore issue. I do not see a bug in PHP but if you have any info that shows that PHP causes this problem, then please add them to the bug so we can fix it, if not I will bogus it as there is no bug in php but in iconv (g

[PHP-DEV] Bug 48417 and PHP 5.4

2012-01-05 Thread Edward Z. Yang
Hello all, I know it seems like there always is infinite pile of work to do before the PHP 5.4 release comes out, but I think this bug is worth looking at. https://bugs.php.net/bug.php?id=52211 I suggest reverting r300894, since this causes //IGNORE to stop working. Preserving functionality shou