[PHP-DEV] Test Fest mentors

2009-03-17 Thread zoe
Hi all The 2009 TestFest is due to run between April and June, we have 12 user groups around the world signed up already (wiki.php.net/qa/testfest) and one or two individuals who would like to participate. We really need a few more experienced internals people to act as mentors. Being a ment

Re: [PHP-DEV] Towards 5.3 RC

2009-03-17 Thread Lukas Kahwe Smith
On 10.03.2009, at 17:04, Johannes Schlüter wrote: Hi, I wrote a mail last Friday about this but it seems like it got lost. I wanted to go RC on Thursday, as this now would be a rather short-time announcement (while quite a few devs already knew) this plan has changed by a week: PHP 5.3.0

[PHP-DEV] [PATCH] Bug #43073 -- TrueType bounding box is wrong for angle != 0

2009-03-17 Thread Martin McNickle
Hi all, I've provided a patch for Bug #43073 [1]. [1] http://bugs.php.net/bug.php?id=43073 -- Martin McNickle -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-QA] Test Fest mentors

2009-03-17 Thread Raghubansh
Zoe, Added myself in the list of mentors. Thanks On Tue, Mar 17, 2009 at 3:07 PM, zoe wrote: > Hi all > > The 2009 TestFest is due to run between April and June, we have 12 user > groups around the world signed up already (wiki.php.net/qa/testfest) and > one or two individuals who would like t

[PHP-DEV] [PATCH] Bug #45877: LONG_MAX/MIN array key as string/int

2009-03-17 Thread Matt Wilmas
Hi all, Assuming there are no objections, I'll commit this fix in a few hours... Besides the bug report(s), I had also found awhile ago that currently an array key can be LONG_MAX or LONG_MIN as a string and/or integer because of a check in ZEND_HANDLE_NUMERIC() (I assume to avoid a slow errno

Re: [PHP-DEV] Patch and test cases too for

2009-03-17 Thread Scott MacVicar
On 11 Mar 2009, at 19:25, Christopher Östlund wrote: I think this behavior is a bit odd too: php -r "echo json_encode(array(0=>'test'));" // ["test"] php -r "echo json_encode(array(1=>'test'));" // {"1":"test"} The reason for this is encoding looks to see if the array is sequentially numb

[PHP-DEV] Memory Leak in ob_get_clean() / ob_get_flush ()

2009-03-17 Thread Christian Seiler
Hi, When running 'make test' on my system I discovered that tests/output/ob_start_basic_unerasable_003.phpt and tests/output/ob_start_basic_unerasable_004.phpt produced memory leaks - due to the fact that they first fetch the buffer into return_value but then do RETURN_FALSE if they detect an erro