Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61609 invoked from network); 14 Sep 2016 22:50:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2016 22:50:55 -0000 X-Host-Fingerprint: 2.221.201.203 unknown Received: from [2.221.201.203] ([2.221.201.203:9444] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/DA-21040-E44D9D75 for ; Wed, 14 Sep 2016 18:50:55 -0400 Message-ID: To: internals@lists.php.net References: <20160913163000.D68A15FA84@mx.zeyos.com> <5E.7A.21040.742D9D75@pb1.pair.com> Date: Wed, 14 Sep 2016 23:50:51 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <5E.7A.21040.742D9D75@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 2.221.201.203 Subject: Re: [PHP-DEV] Directly embed small strings in zvals From: ajf@ajf.me (Andrea Faulds) Hi Dmitry, Andrea Faulds wrote: > One nice thing, though, is that the API itself doesn't really change, > you just have to be more careful about how you use it. So, > optimistically, breakage might be quite small. I don't know how much > breakage there is currently. Sorry, I made a mistake here, I was going by memory. The API does actually change, as I had to prevent direct assignment of length and hash value and instead make those their own macros. -- Andrea Faulds https://ajf.me/