From daa1e34647756f19e40312083d6e56983cfd8411 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 7 Mar 2013 15:10:09 +0000 Subject: [PATCH] Version and requirements for APC support git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329695 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqlnd_qc/setup.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/reference/mysqlnd_qc/setup.xml b/reference/mysqlnd_qc/setup.xml index c1e13155bc..2d50a67e81 100644 --- a/reference/mysqlnd_qc/setup.xml +++ b/reference/mysqlnd_qc/setup.xml @@ -7,8 +7,7 @@
&reftitle.required; - PHP 5.3.3 or a newer version of PHP 5.3. - PHP 5.4.0 is not yet supported. + PHP 5.3.3 or a newer version of PHP. PECL/mysqlnd_qc is a mysqlnd plugin. It plugs into the mysqlnd library. @@ -21,13 +20,20 @@ For using APC - storage handler: + storage handler with PECL/mysqlnd_qc 1.0 APC 3.1.3p1-beta or newer. + PECL/mysqlnd_qc 1.2 has been tested with APC 3.1.13-beta. + The APC storage handler cannot be used with a shared build. You cannot use the PHP + configuration directive extension to load APC and PECL/mysqlnd_qc + extensions if PECL/mysqlnd_qc shall use APC as a storage handler. For using + the APC storage handler you have to compile PHP with APC and PECL/mysqlnd_qc + built-in statically to PHP. For using MEMCACHE storage handler: libmemcache 0.38 or newer. + PECL/mysqlnd_qc 1.2 has been tested with libmemcache 1.4.0. For using