Re: [PHP-DEV] DateTimeImmutable

2013-03-29 Thread Derick Rethans
On Wed, 27 Mar 2013, Jordi Boggiano wrote: On 27.03.2013 13:18, Lars Strojny wrote: Not really, as an interface guarantees behavior, which is not possible for DateTimeImmutable and DateTime. The interface could be a subset of DateTime public methods, including only the readonly ones.

Re: [PHP-DEV] Remove support for cloning generators

2013-03-29 Thread Dmitry Stogov
I agree. The less tricky code the better :) Thanks. Dmitry. On Mon, Mar 25, 2013 at 9:16 PM, Nikita Popov nikita@gmail.com wrote: Hi internals! Now that we're in the beta phase I want to put some finishing touches on the generators implementation. The first thing I'd like to do is

[PHP-DEV] Array of current instances count

2013-03-29 Thread Frank Liepert
Hello Internals, I'm thinking about a new function returning an array of classes and their individual number of instances. It would look pretty much like the result of get_declared_classes(). An Example: print_r (get_instantiated_classes()); // Array () $foo = new StdClass; print_r

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

2013-03-29 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? Could you check if this pull: https://github.com/php/php-src/pull/314 Makes it better? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/