php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62258 APC 3.1.10 claims to be APC 3.1.9
Submitted: 2012-06-08 06:05 UTC Modified: 2012-06-08 06:49 UTC
From: majk dot skoric at googlemail dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
22 - 14 = ?
Subscribe to this entry?

 
 [2012-06-08 06:05 UTC] majk dot skoric at googlemail dot com
Description:
------------
see Summary

Test script:
---------------
foo@bar:~/install# pecl.php.net/get/APC-3.1.10.tgz
foo@bar:~/install# tar xvfz APC-3.1.10.tgz
foo@bar:~/install# grep -rn 3.1.9 .
./php_apc.h:38:#define PHP_APC_VERSION "3.1.9"


root@tfw-web-test:~/install# php -i | grep apc -A3 | grep Version
Version => 3.1.9



Patches

apc_62258.diff (last revision 2012-06-08 06:06 UTC by majk dot skoric at googlemail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-08 06:07 UTC] majk dot skoric at googlemail dot com
first line in Test script should be 

foo@bar:~/install# wget pecl.php.net/get/APC-3.1.10.tgz
 [2012-06-08 06:49 UTC] philip@php.net
APC bug. Well, it cannot be fixed (without a time machine) but it does exist. 
php_apc.h within the 3.1.10 source includes this:

#define PHP_APC_VERSION "3.1.9"

It has since been updated to 3.1.11 in trunk, so this bug is kinda sorta fixed. 
Marking it as won't fix, though.
 [2012-06-08 06:49 UTC] philip@php.net
-Status: Open +Status: Wont fix -Type: Documentation Problem +Type: Bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC