[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /apc apc.c
From:       "Brian Shire" <shire () php ! net>
Date:       2007-11-29 22:15:54
Message-ID: cvsshire1196374554 () cvsserver
[Download RAW message or body]

shire		Thu Nov 29 22:15:54 2007 UTC

  Modified files:              
    /pecl/apc	apc.c 
  Log:
  fixing conflict between APC_DBG and APC_DEBUG, patch by Lucas Nealan
  
  
http://cvs.php.net/viewvc.cgi/pecl/apc/apc.c?r1=3.17&r2=3.18&diff_format=u
Index: pecl/apc/apc.c
diff -u pecl/apc/apc.c:3.17 pecl/apc/apc.c:3.18
--- pecl/apc/apc.c:3.17	Sat Mar 17 14:01:41 2007
+++ pecl/apc/apc.c	Thu Nov 29 22:15:53 2007
@@ -29,7 +29,7 @@
 
  */
 
-/* $Id: apc.c,v 3.17 2007/03/17 14:01:41 gopalv Exp $ */
+/* $Id: apc.c,v 3.18 2007/11/29 22:15:53 shire Exp $ */
 
 #include "apc.h"
 #include <regex.h>      /* for POSIX regular expressions */
@@ -174,7 +174,7 @@
 
 void apc_dprint(const char* fmt, ...)
 {
-#ifdef APC_DBG
+#ifdef APC_DEBUG
     va_list args;
     va_start(args, fmt);
     my_log(APC_DBG, fmt, args);

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic