On Sun, 25 Nov 2007, Sebastian Bergmann wrote:
> Johannes Schlüter schrieb:
> > Are there any results of these benchmarks, yet?
>
> Why not just commit the new garbage collector to PHP_5_3 now and disable
> it by default? This would make testing/benchmarking it so much easier
> for everyone in
Johannes Schlüter schrieb:
> Are there any results of these benchmarks, yet?
Why not just commit the new garbage collector to PHP_5_3 now and disable
it by default? This would make testing/benchmarking it so much easier
for everyone interested.
--
Sebastian Bergmann h
Hi Andi,
On Mon, 2007-10-08 at 09:00 -0700, "Andi Gutmans" wrote:
> Thanks David.
> We'll start testing the patch in our labs right after we're done with the
> Zend/PHP conference (early next week).
Are there any results of these benchmarks, yet?
johannes
> Andi
>
>
> > -Original Message
On 10/8/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote:
> by the way, 33487 is not really a bug if it is stated this way.
> the proper bug description for 33487 would be:
> "there is no mechanism in zend_object_storage to free unused memory
> during script execution"
Yeah, it fixes the issue in t
On 10/8/07, Tony Bibbs <[EMAIL PROTECTED]> wrote:
> For the untrained eye, would this then fix these bugs?
>
> http://bugs.php.net/bug.php?id=33595
yes
> http://bugs.php.net/bug.php?id=33487
no
by the way, 33487 is not really a bug if it is stated this way.
the proper bug description for 33487 wo
For the untrained eye, would this then fix these bugs?
http://bugs.php.net/bug.php?id=33595
http://bugs.php.net/bug.php?id=33487
--Tony
- Original Message
From: David Wang <[EMAIL PROTECTED]>
To: internals@lists.php.net
Sent: Monday, October 8, 2007 2:12:31 AM
Subject: [PHP-DEV] Referen
Thanks David.
We'll start testing the patch in our labs right after we're done with the
Zend/PHP conference (early next week).
Andi
> -Original Message-
> From: David Wang [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 12:13 AM
> To: internals@lists.php.net
> Subject: [PHP-D
2007/10/8, David Wang <[EMAIL PROTECTED]>:
> Hey all,
>
> Now that macros for manipulating refcount and is_ref have been implemented,
> I'm ready to submit patches for the GC. I know you all have been waiting for
> this for a long time ☺.
Good, I will test you patches as soon I have time to.
>