|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-08-26 19:46 UTC] johannes at schlueters dot de
[2013-03-20 12:57 UTC] uw@php.net
[2017-10-24 23:20 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 23:20 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 21:00:02 2025 UTC |
Description: ------------ This is an excellent PHP extension! I can get mysqlnd_qc to compile and install just fine with PECL (pecl install mysqlnd_qc). However, to enable APC support, one has to compile it statically. I've had a lot of compile issues with this, since it doesn't work with PHP 5.3.6 stable and my autoconf 2.68. I've had to get the development version of PHP and downgrade autoconf to 2.13. It would be great to allow the APC extension to work with the mysqlnd_qc plugin. One workaround is to create a user-defined storage handler function in PHP that calls the APC functions. Reproduce code: --------------- PHP 5.3.6 doesn't quite work yet: In file included from /usr/ports/distfiles/php-5.3.6/ext/mysqlnd/mysqlnd.h:57, from /usr/ports/distfiles/php-5.3.6/ext/mysqlnd_qc/mysqlnd_qc.h:24, from /usr/ports/distfiles/php-5.3.6/ext/mysqlnd_qc/php_mysqlnd_qc.c:31: /usr/ports/distfiles/php-5.3.6/ext/mysqlnd/mysqlnd_portability.h:40:46: error: ext/mysqlnd/php_mysqlnd_config.h: No such file or directory *** Error code 1