Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39042 invoked from network); 22 Dec 2016 14:14:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2016 14:14:46 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.173 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.210.173 mail-wj0-f173.google.com Received: from [209.85.210.173] ([209.85.210.173:35946] helo=mail-wj0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/15-36089-4DFDB585 for ; Thu, 22 Dec 2016 09:14:45 -0500 Received: by mail-wj0-f173.google.com with SMTP id c11so24109560wjx.3 for ; Thu, 22 Dec 2016 06:14:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=a8tf4EHmfVLg0UYSD7G0kFiUfOHmuqJ63mmO5PWYZ20=; b=bEUAwVptCQlQjZmPdXay7RMugmr12gO83oPmOLYVeYPcM+ogDyW2vR4v6mR6rIQGyW EnSXbhATqdaEP+7j/hG+OGM8Gs9l721pOzK1Fu6AW2Mkko5VktJzUGsbRDytBui8hNo+ EVjaX6cJPYOXtAYedbXfZWBfOlt+JWUohXyZXuhECLmfL4yvrwxpucatoZ5WRETaue5d kM+OZhzSF52Gi3d/dzXW5pWNeIyLg3X0QKO38t2yuaPkgwXebUoN80o3kzF8xEiBXKe1 KjtCpNcl4pLa9tizgULKOZ4QkKIYcZoFE/ovWjVSfs7gWY4Lt0ZQ2mvPCTd77l09HK0k YJlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=a8tf4EHmfVLg0UYSD7G0kFiUfOHmuqJ63mmO5PWYZ20=; b=Ir1Yejey1D8TAAw743KjHyOAGz1VJ02+UrZ/dYjmKbNpt30c0aU+vVlU0pTRTyBonR 9MKpmFp6far9tMuZeb1pJcsWvf0086B0ksjHUdUAF66Y6aVfLaIzRJ2J4Bmjfy785otX uvXpEyoCgqfwfPCeKXTdOZCrKrNbF3h8+zACpM84KTB9XBBVZ8uYronve0C5Tw63gVtC 8fHqtQt3SkFYXqZL3A/6b0z7MMcXFo+1qKUk3o8iEGvXPGhbcBLOP2sI03WRt1+ZELWx jN6276iLTNUN6hZE2a0dBIYgUiJHb2eVuwKYt1za6MI3g6jzSrVPVDJbcBl71axrkjjo g+yw== X-Gm-Message-State: AIkVDXKnxcf1bBojmdLXWFZm+iAv2viacsggfsh0Y6wJdTEsKaEMQOujLH2Dbj211sVNLYnjft81Va3B7YVn/A== X-Received: by 10.194.174.229 with SMTP id bv5mr9503906wjc.21.1482416081485; Thu, 22 Dec 2016 06:14:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.134.136 with HTTP; Thu, 22 Dec 2016 06:14:40 -0800 (PST) In-Reply-To: References: Date: Thu, 22 Dec 2016 15:14:40 +0100 Message-ID: To: Kalle Sommer Nielsen Cc: Internals Content-Type: multipart/alternative; boundary=089e0141aa24f2450105443fe35e Subject: Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.2 From: nikita.ppv@gmail.com (Nikita Popov) --089e0141aa24f2450105443fe35e Content-Type: text/plain; charset=UTF-8 On Thu, Dec 22, 2016 at 3:55 AM, Kalle Sommer Nielsen wrote: > Hi Nikita > > 2016-12-21 17:46 GMT+01:00 Nikita Popov : > > I will likely proceed with both deprecations included and let voting > decide > > on the question. > > What about adding the mysqli embedded server API to the list? It's > been experimental for so long, and not even been ported to PHP7 (see > ext/mysqli/mysqli_embedded.c), its not supported by mysqlnd (as per > comments in the m4) and never had the /D flag for Windows (or so it > seems). > I don't think this requires deprecation, it can be directly dropped. Deprecating it would require making it compile first. Given that it doesn't compile currently, hasn't compiled since the PHP 7 release and there hasn't been a single complaint, it is safe to say that nobody uses this. Nikita --089e0141aa24f2450105443fe35e--