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/
(
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 (get_insta
I agree. The less tricky code the better :)
Thanks. Dmitry.
On Mon, Mar 25, 2013 at 9:16 PM, Nikita Popov 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 remove
> support for c
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