Re: [PHP-DEV] PHP5.5 beta 1 is ready

2013-03-28 Thread Stas Malyshev
Hi! > http://lists.debian.org/debian-hurd/2013/03/msg00016.html > > Should I fill the bugreport, or you will pull it from here? I'm working on more generic solution, will have patch in a day or two, if you could check it on Hurd it'd be great. -- Stanislav Malyshev, Software Architect SugarCR

Re: [PHP-DEV] PHP5.5 beta 1 is ready

2013-03-28 Thread Ondřej Surý
On Mon, Mar 25, 2013 at 3:56 AM, Stas Malyshev wrote: > Hi! > > > It seems that GNU Hurd does implement flock(). I'll talk to Debian > > porter team if they can help with the issue there. > > I suspect it does, the question is - how... Everybody has different > struct flock, with same members in d

[PHP-DEV] PHP 5.5 Beta 2 is released

2013-03-28 Thread Julien Pauli
Hi Internals, PHP 5.5.0 Beta 2 has been released for testing. It fixes a bug that could prevent beta 1 from compiling, and other bugs you'll find in the NEWS file. The packages can be found at: http://downloads.php.net/dsp and windows packages at http://windows.php.net/qa Please test the

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Derick Rethans
On Thu, 28 Mar 2013, Santiago Lizardo wrote: > I'm on my easter holidays and I have some spare time to revert the changes > introduced by the DateTimeImmutable for you Derick. Please let me know if > you want me to do it. No, don't revert it. It needs to be a sibling class to DateTime instead of

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Pierre Joye
On Thu, Mar 28, 2013 at 12:05 PM, Derick Rethans wrote: > On Thu, 28 Mar 2013, Lars Strojny wrote: > >> Am 27.03.2013 um 21:53 schrieb Derick Rethans : >> >> > On Tue, 26 Mar 2013, Michael Wallner wrote: >> > >> >> providing DateTimeImmutable as a sibling to DateTime. >> > >> > That's fine with me

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Santiago Lizardo
I'm on my easter holidays and I have some spare time to revert the changes introduced by the DateTimeImmutable for you Derick. Please let me know if you want me to do it. On Thu, Mar 28, 2013 at 12:05 PM, Derick Rethans wrote: > On Thu, 28 Mar 2013, Lars Strojny wrote: > > > Am 27.03.2013 um 21

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Derick Rethans
On Thu, 28 Mar 2013, Lars Strojny wrote: > Am 27.03.2013 um 21:53 schrieb Derick Rethans : > > > On Tue, 26 Mar 2013, Michael Wallner wrote: > > > >> providing DateTimeImmutable as a sibling to DateTime. > > > > That's fine with me, but I am not having the time to work on a patch > > right now

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Lester Caine
Nikita Nefedov wrote: Sorry, maybe I missed something, but what the consensus did we achieve here? Make an interface? Or maybe make an abstract class with constructor, late static binded fabric methods (which btw could solve problems with making custom datetime class in userland), and some of the

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Nikita Nefedov
On Thu, 28 Mar 2013 13:04:44 +0400, Lars Strojny wrote: Hi Derick, Am 27.03.2013 um 21:53 schrieb Derick Rethans : On Tue, 26 Mar 2013, Michael Wallner wrote: providing DateTimeImmutable as a sibling to DateTime. That's fine with me, but I am not having the time to work on a patch right

Re: [PHP-DEV] DateTimeImmutable

2013-03-28 Thread Lars Strojny
Hi Derick, Am 27.03.2013 um 21:53 schrieb Derick Rethans : > On Tue, 26 Mar 2013, Michael Wallner wrote: > >> providing DateTimeImmutable as a sibling to DateTime. > > That's fine with me, but I am not having the time to work on a patch > right now. Happens. Let’s revert it till somebody find