Hi,

> I replied to your mail to internals.

I only have one reply from you which is...

> > - The OpenSSL extension (http://bugs.php.net/46127 - a fix for one line 
> > missing in PHP 5.3)
> 
> I replied you on this one earlier this week too.

... this one. You replied to my second reminder for bug #46127 to the
internals mailing list with a promise to look at this patch later. This
is the only reply I got from you for bug I posted on internals (as far
as my mail client can tell).

The patch is still not applied to CVS while it's a pretty simple one
(just one added line to make accepted stream inherit context from their
parent, which is exactly the same that can be found in stream ext).

With the release of PHP 5.2.7 closing by, I would love to see the WDDX
bug (#46496) fixed in time, since it's making our, and other people's
code quite ugly, with stuff like this:

public static function decode($wddx) {
        return wddx_deserialize(utf8_encode($wddx));
}

public static function encode($data) {
        return utf8_decode(wddx_serialize_value($data));
}

> > - The French documentation (http://bugs.php.net/46073, 
> > http://bugs.php.net/46563)
> 
> Have you contacted the Documentation team?

Not yet, as those bugs are ones which I believe to be of lower priority;
still it would be great if they could be fixed too, and I would be happy
to do this. I was planning to start off here, then ask karma from the
doc team later.


Best regards,
Mark


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to