Re: [PHP-DEV] No-feedback cleanup?

2013-02-17 Thread Ferenc Kovacs
On Sun, Feb 17, 2013 at 6:31 PM, Ferenc Kovacs wrote: > > 2013.02.17. 11:36, "Stas Malyshev" ezt írta: > > > > > Hi! > > > > I remember we used to have a script that goes over bugs DB and closes > > bugs that are in "Feedback" status for too long. Does it still happen? > > Because we have bugs t

Re: [PHP-DEV] double val to long val conversion issue

2013-02-17 Thread Gustavo Lopes
On Mon, 11 Feb 2013 08:05:43 +0100, Stas Malyshev wrote: This was I was afraid. That bug was just the tip of the iceberg. I suggest we do change the the > operator to >= like you proposed, I will do it later today. >= may be fine, but I am concerned about fmod change for 5.4. If we do it,

[PHP-DEV] Re: mcast patch breaks mac build for 5.5

2013-02-17 Thread Stas Malyshev
Hi! > Can you test this branch? > > https://github.com/cataphract/php-src/tree/mcast_mac_fix This one builds fine for me. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] No-feedback cleanup?

2013-02-17 Thread Ferenc Kovacs
2013.02.17. 11:36, "Stas Malyshev" ezt írta: > > Hi! > > I remember we used to have a script that goes over bugs DB and closes > bugs that are in "Feedback" status for too long. Does it still happen? > Because we have bugs that are in feedback status for a long time: like > this one: https://bugs.

Re: [PHP-DEV] Questions regarding DateTimeImmutable

2013-02-17 Thread Benjamin Eberlei
Hey, would it be possible for DateTime and DateTimeImmutable to not extend each other at all and be two seperate classes? greetings, Benjamin On Sun, Feb 17, 2013 at 12:30 AM, Stas Malyshev wrote: > Hi! > > > a) The DateTimeImmutable class extends the DateTime class. Why was this > > done this

Re: [PHP-DEV] Status of pull request

2013-02-17 Thread jason.ger...@gmail.com
Thanks, for whatever reason it caught the pbkdf2 stuff, not intensional. I will update it asap Jas On Feb 17, 2013, at 3:12 AM, Stas Malyshev wrote: > Hi! > >> The pull request addresses bug fix/feature request #38917 implementing >> native signed public key & challenge support to the OpenSSL

[PHP-DEV] Re: mcast patch breaks mac build for 5.5

2013-02-17 Thread Gustavo Lopes
On Sun, 17 Feb 2013 10:54:23 +0100, Stas Malyshev wrote: I've tried to build 5.5 on my Mac today and I got this: [...] And more like this. Seems to be introduced by: https://github.com/php/php-src/commit/51394f76a5fca718fbf21d97402f845ee261 Looks like it's 10.7-only feature, so can it

Re: [PHP-DEV] Bug hunt

2013-02-17 Thread Nikita Popov
On Sun, Feb 17, 2013 at 5:31 AM, Rasmus Lerdorf wrote: > As we are nearing the final push for the 5.5 release pending the opcode > cache question, could we do a bug killing push please? We have quite a > few old open bugs sitting around that would be good to take a second > look at. Either search

[PHP-DEV] No-feedback cleanup?

2013-02-17 Thread Stas Malyshev
Hi! I remember we used to have a script that goes over bugs DB and closes bugs that are in "Feedback" status for too long. Does it still happen? Because we have bugs that are in feedback status for a long time: like this one: https://bugs.php.net/bug.php?id=52961 - in Feedback for 2+ years. If the

Re: [PHP-DEV] Status of pull request

2013-02-17 Thread Stas Malyshev
Hi! > The pull request addresses bug fix/feature request #38917 implementing > native signed public key & challenge support to the OpenSSL extension. > Details can be found @ https://github.com/php/php-src/pull/267 I've looked into it and two things are missing: 1. Failure scenario tests. See my

[PHP-DEV] mcast patch breaks mac build for 5.5

2013-02-17 Thread Stas Malyshev
Hi! I've tried to build 5.5 on my Mac today and I got this: Users/smalyshev/php-5.5/ext/sockets/multicast.c: In function ‘php_do_mcast_opt’: /Users/smalyshev/php-5.5/ext/sockets/multicast.c:155: error: ‘MCAST_JOIN_GROUP’ undeclared (first use in this function) /Users/smalyshev/php-5.5/ext/sockets