Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87906 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29250 invoked from network); 25 Aug 2015 12:22:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2015 12:22:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.19 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.19 mout.gmx.net Received: from [212.227.15.19] ([212.227.15.19:51652] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/82-05482-EED5CD55 for ; Tue, 25 Aug 2015 08:22:07 -0400 Received: from [192.168.0.100] ([88.134.66.33]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MPlY2-1ZQLcm1mgk-004zCe; Tue, 25 Aug 2015 14:22:02 +0200 To: Lior Kaplan References: <55DC50A9.5060206@gmx.de> Cc: PHP Internals Message-ID: <55DC5DED.9090405@gmx.de> Date: Tue, 25 Aug 2015 14:22:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:PKGnVqhV4OBX4I706508p0IS5Shimf1/HaS7LOAO7bNgU3K8ob/ XXc7WIQsnWgRb0emHgOKKlxRRmh1/Pvkk5rmlg3CBGPK+0M/xNPdCRekHhcR6/HcNhaRIJ9 JJYkB3qJJ2GpZGkuqmOHi/YRUqNiJwsytdwR87x3rA1tgDtSKUdaHUYOESKSnuHyNBhXeJs xzhB/45mxDVuWpBJu2ygA== X-UI-Out-Filterresults: notjunk:1;V01:K0:kbw/zop1cFM=:P2eJ8goaH1xV1NrCjkNyDa +g5Yzmk/RQ7ChpYPMUQuRx/mLkEImqRRzMYAqL5Hm1Q9V7aK5N5PbFWAjduokpZfQKDvUPj1J nbAfNAQ/5LH9qTlE7AWJUk9jXpyxXrQ65uOo0wCTcerqxMFiqzrBM99Q4CfiUNEQtY2/66NGv fVD6Q0rLUD9sNlpXWthKf59iCPbcPImq4KGMAStzY73eVlYVEsS4NS1EcqdaAVQjfByS9WrnP IyAC8+HdlIpg+JMmRXTtMU6xy6rKufUjKQtGYdvZwPJfoRw9H3G797ug3oFjQS1QpOmeoUW5n /V8iQB70sVArx27wVppB5qd1fS3poVZOoWRiao14w1bbtqoHSXfz+Uq/+lgrTjssTysqFT5ZQ monA3dV5tz/g4Wikv0TLCgpmPe6KxpToLtwIGtIeSvlQS0OvzbXSHVoGVVJ5TAnCl3LzgEYBt baa1QCw2jZIF9gJMK/To7sKe3Rg2alc9C7oWUZUeWwmvFe9y7lqyJRsfZ0RZpW+FcJtzWvEHL jvFB8baAuydQkf/U1/IIkQqgIVz5qjN4ff3AYXmodOFz8XPqQCSLamq2Z5DUJbTrL4ntr2Vdg 6nhGTb28LrrK+akPUOIQBWaHmPBemFU8wnTYdebkoZNgbnIXGyQXKjCXJsxsKwk+h2BE9dceZ TgJkb8GqF9z/sk9eOsz2AAfZ4lEcXU+qJaLO+KY6Woti4SjI+ici72nlD2OLeclQ9357eUDiy S6DfPmZ88X7sBDSngbeBanvBmKJuJUx7RoA14Q== Subject: Re: [PHP-DEV] mysqli_get_cache_stats() has vanished From: cmbecker69@gmx.de (Christoph Becker) On 25.08.2015 at 14:03, Lior Kaplan wrote: > This might help: > > https://github.com/php/php-src/commit/f9ad56eab9e0010231643d51a0e0038f99f2f94b Thanks, Lior. Apparently the function was finally removed as of PHP 5.4.0. I'm going to remove the superfluous forward declaration, and update the manual. > 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