Comment 11 for bug 968561

Revision history for this message
Dustin Henry Offutt (dhoffutt) wrote :

Hello again Christ,

Please be aware of PHP Bug #61695 "Incorrect version tag: APC 3.1.10 shows 3.1.9" (https://bugs.php.net/bug.php?id=61695), which causes the incorrect version of APC to be sourced.

From the link:
========================
Description:
------------
Incorrect version noted in php_apc.h;

#define PHP_APC_VERSION "3.1.9"

Expected result:
----------------
This should read;

#define PHP_APC_VERSION "3.1.10"
========================

Thank you, Dusty