|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-26 11:13 UTC] rasmus@php.net
[2004-09-26 13:24 UTC] xuefer at 21cn dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Description: ------------ all options except --enable-apc is useless when apc is copied into ext/ by having a look at ext/mysql/php_mysql.c, i have the following patch for apc.h $ cvs di apc.h Index: apc.h =================================================================== RCS file: /repository/pecl/apc/apc.h,v retrieving revision 3.5 diff -u -r3.5 apc.h --- apc.h 28 Jun 2004 08:54:15 -0000 3.5 +++ apc.h 26 Sep 2004 11:34:09 -0000 @@ -41,6 +41,8 @@ #include "config.h" #endif +#include "php.h" + /* log levels constants (see apc_log) */ enum { APC_DEBUG, APC_NOTICE, APC_WARNING, APC_ERROR }; this works great