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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: majk dot skoric at googlemail dot com
New email:
PHP Version: OS:

 

 [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)

Pull Requests

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: Sun Dec 22 04:01:29 2024 UTC