Patch update-PHP_APC_VERSION for APC Bug #61695
Patch version 2012-05-07 15:14 UTC
Return to Bug #61695 |
Download this patch
Patch Revisions:
Developer: dhoffutt@gmail.com
*** php_apc.h 2012-04-11 06:46:33.000000000 -0500
--- php_apc.h2 2012-05-07 10:11:05.000000000 -0500
***************
*** 35,41 ****
#include "apc_php.h"
#include "apc_globals.h"
! #define PHP_APC_VERSION "3.1.9"
extern zend_module_entry apc_module_entry;
#define apc_module_ptr &apc_module_entry
--- 35,41 ----
#include "apc_php.h"
#include "apc_globals.h"
! #define PHP_APC_VERSION "3.1.10"
extern zend_module_entry apc_module_entry;
#define apc_module_ptr &apc_module_entry
|