Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59082 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55923 invoked from network); 20 Mar 2012 17:56:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2012 17:56:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:37864] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/50-54081-3D4C86F4 for ; Tue, 20 Mar 2012 12:56:36 -0500 Received: by ghbg2 with SMTP id g2so358581ghb.29 for ; Tue, 20 Mar 2012 10:56:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CnsR/8FtDVlH50EumG9p2TiNNnvVj9uAL83pnK1k24I=; b=Fn3sMJJzWuHQvyXC6URcJDHdIvVIPuV+ay+Yqdu663d0xHLqHET9MiXUGFpfdn7fWU 6yD9l4hjIX/ZXfEHZz4z0do0y5MykqPl/+6QrpjWfEdqXgrjHQ4Ap/IEdyPVE0pAseL7 hlPsxRhH/D2WmiDoaRtYr36nO6Dz5Pw7lh2rcWU55DqTpkelvZn0DNhDZGoSU7ffvPSY n9dKn8teGe2duIEJ7XgCoRvq/5rwQi+JXWO8MHRuvIWNpl0rPffBEO7BZuFTiwQEWsi+ KYNohCheWe19x/MoGpRthDym9FWNk+ElqJhtgF4Bwyr4Nt0/yRw9ml2Vnyd9a2baDH8r aFsw== MIME-Version: 1.0 Received: by 10.60.29.10 with SMTP id f10mr994793oeh.32.1332266193342; Tue, 20 Mar 2012 10:56:33 -0700 (PDT) Received: by 10.182.128.68 with HTTP; Tue, 20 Mar 2012 10:56:33 -0700 (PDT) In-Reply-To: <20120320134348.654b3b03@coriolan> References: <20120320134348.654b3b03@coriolan> Date: Tue, 20 Mar 2012 13:56:33 -0400 Message-ID: To: =?ISO-8859-1?Q?Fran=E7ois_Gannaz?= Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8ff1c89a33520604bbb06508 Subject: Re: [PHP-DEV] Fixing a bug : a personal report From: adamjonr@gmail.com (Adam Jon Richardson) --e89a8ff1c89a33520604bbb06508 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2012/3/20 Fran=E7ois Gannaz > Hi > > I wrote a report of my first dive into php-src in an attempt to fix a bug= . > https://github.com/mytskine/php-src/wiki/bug40531-mbsubstr > I tried to detail everything as a personal memo, then for a friend of min= e, > and now I've put it into a github wiki page. > > I wonder if it can be useful to anyone. If you have the time to read it, > I'm > very interested in any comments, especially on the technical parts > (integers, > null values and zval). Please don't be to harsh if I misunderstood > something. > That's a really nice resource, Fran=E7ois. I can't speak to the technical accuracy, as I've not developed a PHP extension or worked in the core yet. However, as someone who will be exploring a few core ideas in the near future, this is really helpful. Thanks! Adam --e89a8ff1c89a33520604bbb06508--