Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23319 invoked from network); 16 Nov 2008 13:23:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2008 13:23:25 -0000 Authentication-Results: pb1.pair.com header.from=mark@hell.ne.jp; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mark@hell.ne.jp; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hell.ne.jp designates 84.96.92.120 as permitted sender) X-PHP-List-Original-Sender: mark@hell.ne.jp X-Host-Fingerprint: 84.96.92.120 neuf-infra-smtp-out-sp604007av.neufgp.fr Received: from [84.96.92.120] ([84.96.92.120:53963] helo=neuf-infra-smtp-out-sp604007av.neufgp.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/D1-13764-ACE10294 for ; Sun, 16 Nov 2008 08:23:24 -0500 Received: from neuf-infra-smtp-out-sp604002av.neufgp.fr ([10.110.56.119]) by neuf-infra-smtp-out-sp604007av.neufgp.fr with neuf telecom id fo6N1a01j2aL7UA07pP9lL; Sun, 16 Nov 2008 14:23:09 +0100 Received: from [192.168.0.25] ([77.207.3.30]) by neuf-infra-smtp-out-sp604002av.neufgp.fr with neuf telecom id fpP91a0020erKVH02pP9Cq; Sun, 16 Nov 2008 14:23:09 +0100 To: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain Date: Sun, 16 Nov 2008 14:23:08 +0100 Message-ID: <1226841788.14940.33.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] CVS Account Request: magicaltux From: mark@hell.ne.jp (Mark) 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