Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27740 invoked from network); 3 Apr 2013 07:11:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2013 07:11:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:58330] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/39-07534-A26DB515 for ; Wed, 03 Apr 2013 02:11:38 -0500 Received: by mail-la0-f49.google.com with SMTP id fs13so1119753lab.22 for ; Wed, 03 Apr 2013 00:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Zb0lfa4emgNj9CWGx7RbhsYaadHED+HUYZ+kk7BWrpQ=; b=mUGmgH3+VXvz+1GBspjusgkiURO1GoA8jmA3/cpCgHtqLo8EF8wccEEZm6KktIfDNI QVmIbLd6UhXc+fEliKeG1sLC96tT08NLGRQnXV5wvhG7LwoAOenA6ACcl7ACtfnSrJaM a49SSLBJnKc6UJRSjxT9L4HVW60Lp0RXnzLuE1qpXBlJP92dQfPXgqlIBeLExQF1tthS Nr9PG7x4RLq0bosUsyXCpfv7+TNWKWhVIk6+tdxqJiBnVggYDy/mnCR/QP/FcGiAEq0y iUZDxvRrMdj88nv8L80SjAxba3uYzJPuYoVLX1Gjr+VHxEgzEMBDnvVVWYyH8Ct3RYwS a2ag== MIME-Version: 1.0 X-Received: by 10.112.37.194 with SMTP id a2mr485907lbk.40.1364973095199; Wed, 03 Apr 2013 00:11:35 -0700 (PDT) Received: by 10.112.163.40 with HTTP; Wed, 3 Apr 2013 00:11:35 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Apr 2013 09:11:35 +0200 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Simplified Array API for extensions From: pierre.php@gmail.com (Pierre Joye) hi Sara, On Wed, Apr 3, 2013 at 4:52 AM, Sara Golemon wrote: > https://wiki.php.net/rfc/php-array-api Love it, great work. +1 :) I would like to kill other APIs in next major as well, time for cleanup and ease maintenance. Yes, it is a bit more work for extensions developers but as you plan to do pecl releases as well for these inlined functions, that should be a good thing in the long run. What do you think about having the same for hashes? Many implementations do not work with zval but with hash tables as well, that would be a perfect combination :) Cheers, -- Pierre @pierrejoye