Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87904 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23109 invoked from network); 25 Aug 2015 12:03:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2015 12:03:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:36308] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/C1-05482-4895CD55 for ; Tue, 25 Aug 2015 08:03:17 -0400 Received: by obkg7 with SMTP id g7so139578403obk.3 for ; Tue, 25 Aug 2015 05:03:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=cA8wZTvv+LXOWtMcrepGjTvBYc6VsvpfgzqsQNB9QPE=; b=lLpqCp3qrJmMpDTg5TxGJGPJEi2wwn0ENEhh5VGSbQuB8zbr9C47lsSJ8vjUSdHeH0 AvIxw43SUg7gUELY6l1EyROkqL4y/0zV4Vq2w/ZPAbLWoTcKdjIL9ThQ6fCM//nvuECv /aa68ZO+oMBH58lFZwAjHS4BxF9vSC5obW3o0z3ORGjd6pXdge6E/iC55Mk9I3ie+Sen jMQ3ZjJl93iqStNPlDQz+81acuM44DuI5McfuknW02GxGg0ykX8TX3DXRsli9+jNsghk D24UIHmnFmV2b3gPRgnlii3hzRcaRiqbFUNVnrxLtbOlna6NgF40bh8iX9WhqJr8ANv1 sAYg== X-Gm-Message-State: ALoCoQnsJMFhRBvEP04u8eKFmNbzcAov6AWSyud8dpVrgRa7NaPsQyIU+zijzv1RGfx/O/9Zsj8HvhaL9qZtZqGktFR3gJ5rvKRjlQvqOxr9TaZ+vbxxKSZL1NrP+P/uVqB78/uIPootM8jOKddhIkqOGFjmBFqzPzk8kkSCzFsUlzaKR8h4kaM= MIME-Version: 1.0 X-Received: by 10.60.94.4 with SMTP id cy4mr25829269oeb.16.1440504193652; Tue, 25 Aug 2015 05:03:13 -0700 (PDT) Received: by 10.60.173.4 with HTTP; Tue, 25 Aug 2015 05:03:13 -0700 (PDT) In-Reply-To: <55DC50A9.5060206@gmx.de> References: <55DC50A9.5060206@gmx.de> Date: Tue, 25 Aug 2015 15:03:13 +0300 Message-ID: To: Christoph Becker Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0115faccc2b760051e21847b Subject: Re: [PHP-DEV] mysqli_get_cache_stats() has vanished From: lior.k@zend.com (Lior Kaplan) --089e0115faccc2b760051e21847b Content-Type: text/plain; charset=UTF-8 This might help: https://github.com/php/php-src/commit/f9ad56eab9e0010231643d51a0e0038f99f2f94b Kaplan On Tue, Aug 25, 2015 at 2:25 PM, Christoph Becker wrote: > Hi! > > Does anybody know what happened to mysqli_get_cache_stats()? > Apparently, its implementation has vanished between two consecutive > commits: > < > https://github.com/php/php-src/blob/40fabf68edd5524b9ce0cda925d6c7888d8441c3/ext/mysqli/mysqli_nonapi.c > >, > < > https://github.com/php/php-src/blob/b6898195674a26bf6588c284a6a2616bbaaa908f/ext/mysqli/mysqli_nonapi.c > >. > > It seems that happened accidentally, as the respective forward > declaration in mysqli_fe.h is still there, and the removal doesn't seem > to be documented (neither in NEWS nor UPGRADING). > > I wonder what to do now, as the function never had a useful > implementation. Shall it be officially removed? > > See also the related bug reports > and . > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0115faccc2b760051e21847b--