Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103635 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1826 invoked from network); 25 Dec 2018 06:00:48 -0000 Received: from unknown (HELO mail-wm1-f43.google.com) (209.85.128.43) by pb1.pair.com with SMTP; 25 Dec 2018 06:00:48 -0000 Received: by mail-wm1-f43.google.com with SMTP id d15so12209125wmb.3 for ; Mon, 24 Dec 2018 18:31:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GheXKznz8TLVnfHGNCoytAkA7b9jLuSV7nR3esjvzYQ=; b=ED83eRgzmDwadj+Y4ZEFRW6Gr/XPXqVW+NRztdmPVYLO5QgcF+c+RdAxXEjZ8vogv4 iS+W4q8hlQkNIlAT2kLFW0JyROjrhxeVXHHYMWpqM+ADTeBmZMTddm+zKpxk0X5YRNwk YkYrxxN4yAbKm5+mFIOHaJIUnV2vt9gv9hrvJntDj7OTQFjsMp7JgbYDE34Aw4DVJq5L 4HHraxXYaO61mU/LJQoz8Rz0XmK3YgmX6T9Iv2opwMez6MqrOFHN6T+wuvUM7ePox/5J ab1zzMODRuMWxA30iZWYseMjj+v6LeN8fC6eTIPQKzYu2FcFilTSIe31cMjji61DstXR doCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GheXKznz8TLVnfHGNCoytAkA7b9jLuSV7nR3esjvzYQ=; b=JjdOk1/wAyZC4dspFQAOgytgq2+DMbpcaymklupIDoTevLHMKcTvmgG+pwHLfOcRYx 29ov9+KwMTGEJghRh3oK1nZ6PlD8YeceBOBtJWDvfUql5j9V13UHO0q/pI4hMEFEdNcQ tGH2pZHk2HhwXTg55pso/QyGy1DEtKRhk8AJriXwz1BYGoo6JPferI5GTqrdOV44/2bq WPzM5TkblP5Os28U4wlgwBb1df2fpk1wSx30CGANv3MCZVyN1Ex7ml5f6U0XhFrAgDVw gtsIv5Wk5GmoPAVXNiYXMOtdfJZOCXcQ+TVuLVmBwLRD8/S2lxfOigJRjR1fHllit0mL QN6A== X-Gm-Message-State: AA+aEWawc8QGZFFiubH0StdiowfcrutYBfj5OtS8ti72y1WlwDuA3yE0 ubcCe4YzwWR1VGlxal9o32Pwha6wuzd6Uwt5a6c= X-Google-Smtp-Source: AFSGD/WRh/xuudz3CGpx9QnvoHYtZqhv9IHi1e6HPtgf5QEcIZnsjhV5j33+dfTVSRzIOU/hk0swLAXgsD1c+UZ53G4= X-Received: by 2002:a1c:c70f:: with SMTP id x15mr13712384wmf.130.1545705079343; Mon, 24 Dec 2018 18:31:19 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 25 Dec 2018 09:31:06 +0700 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000002e8f51057dcf8241" Subject: Re: [PHP-DEV] [RFC] [VOTE] FFI - Foreign Function Interface From: pierre.php@gmail.com (Pierre Joye) --0000000000002e8f51057dcf8241 Content-Type: text/plain; charset="UTF-8" Hi, I agree with the comments about safety here however I still vote yes. FFI and Jit integration will be a critical part of php in a near future. As I have seen in the past, it is extremely time consuming to maintain such implementation outside the core, especially if performance and tight integration are required. That's why I prefer to give this project more chances to succeed. best Pierre On Thu, Dec 20, 2018, 10:13 PM Dmitry Stogov Hi internals, > > > The FFI RFC is turned into voting state. > > > https://wiki.php.net/rfc/ffi > > > There were very few minor changes since the initial proposal, e.g. > renaming FFI:array_type() into FFI::arrayType() > > > Thanks. Dmitry. > > --0000000000002e8f51057dcf8241--