Re: [PHP-DEV] unsolved issues

2011-11-08 Thread Patrick ALLAERT
2011/11/7 Ferenc Kovacs : > On Mon, Nov 7, 2011 at 7:52 AM, Stas Malyshev wrote: > >> Hi! >> >> We have the following issues which I'd really like to put behind us before >> RC (please correct me if they already were resolved): >> >> 1. is_a issue - did we resolve it? If not - does anyone have a pr

Re: [PHP-DEV] unsolved issues

2011-11-08 Thread Alan Knowles
Fixed that one. https://bugs.php.net/patch-display.php?bug_id=55475&patch=final_patch_for_5_4_and_HEAD_v2&revision=latest The alternative patch was to use the argument to enable/disable

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Stas Malyshev
Hi! It was ignored to death, even though there is a(two) patch for it. https://bugs.php.net/bug.php?id=54089 I've applied the patch for that. On a related note, I would also like to see https://bugs.php.net/bug.php?id=60164 fixed. Patch with tests attached to the bug would be helpful :) -

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Stas Malyshev
Hi! Is_a has a patch attached to the bug. Tests pass etc. I'm looking at bug 55475, there are two patches there: is_a_5.4_alternative and final_patch_for_5_4_and_HEAD. Which one do you mean? The latter has: - if (zend_lookup_class_ex(class_name, class_name_len, NULL, 0, &ce TSRMLS_CC) ==

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Pierre Joye
Is_a has a patch attached to the bug. Tests pass etc. On Nov 7, 2011 7:52 AM, "Stas Malyshev" wrote:

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Stas Malyshev
Hi! On Sun, 6 Nov 2011, Stas Malyshev wrote: 2. DateTime fixes with TLA timezones Please remind me the issue number? The issue described here: http://www.mail-archive.com/internals@lists.php.net/msg51463.html and all XFAILs we have in the test suite. I can't find this issue in the bug trac

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Ferenc Kovacs
On Mon, Nov 7, 2011 at 4:06 PM, Daniel Convissor < dani...@analysisandsolutions.com> wrote: > Hey Derick: > > On Mon, Nov 07, 2011 at 01:15:48PM +, Derick Rethans wrote: > > On Sun, 6 Nov 2011, Stas Malyshev wrote: > > > > > 2. DateTime fixes with TLA timezones > > > > Please remind me the iss

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Daniel Convissor
Hey Derick: On Mon, Nov 07, 2011 at 01:15:48PM +, Derick Rethans wrote: > On Sun, 6 Nov 2011, Stas Malyshev wrote: > > > 2. DateTime fixes with TLA timezones > > Please remind me the issue number? I assume he's talking short hand about the DateTime RFC stuff: https://wiki.php.net/rfc/dateti

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Derick Rethans
On Sun, 6 Nov 2011, Stas Malyshev wrote: > 2. DateTime fixes with TLA timezones Please remind me the issue number? > Could we address these before RC? When is that? cheers, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Florian Anderiasch
On 11/07/2011 07:52 AM, Stas Malyshev wrote: > Could we address these before RC? Hi, there's this one bug https://bugs.php.net/bug.php?id=55121 that (as you can see in the history) went a bit back and forth - and as of now neither laruence nor I can reproduce it anymore. It's either a segfault in

Re: [PHP-DEV] unsolved issues

2011-11-07 Thread Ferenc Kovacs
On Mon, Nov 7, 2011 at 7:52 AM, Stas Malyshev wrote: > Hi! > > We have the following issues which I'd really like to put behind us before > RC (please correct me if they already were resolved): > > 1. is_a issue - did we resolve it? If not - does anyone have a proper > patch and can make it before

[PHP-DEV] unsolved issues

2011-11-06 Thread Stas Malyshev
Hi! We have the following issues which I'd really like to put behind us before RC (please correct me if they already were resolved): 1. is_a issue - did we resolve it? If not - does anyone have a proper patch and can make it before RC scheduled date? 2. DateTime fixes with TLA timezones 3. t