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
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
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
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
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
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
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