Patch apc_62258.diff for APC Bug #62258
Patch version 2012-06-08 06:06 UTC
Return to Bug #62258 |
Download this patch
Patch Revisions:
Developer: majk.skoric@googlemail.com
foo@bar:~/install/APC-3.1.10# diff -u php_apc.h*
--- php_apc.h 2012-06-08 08:02:35.533395507 +0200
+++ php_apc.h_OLD 2012-06-08 08:03:06.617107486 +0200
@@ -35,2 +35,2 @@
#include "apc_php.h"
#include "apc_globals.h"
-#define PHP_APC_VERSION "3.1.9"
+#define PHP_APC_VERSION "3.1.10"
extern zend_module_entry apc_module_entry;
#define apc_module_ptr &apc_module_entry
|