php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59491 Report as version 3.1.5-dev
Submitted: 2010-11-03 11:12 UTC Modified: 2010-12-01 04:50 UTC
From: remicollet@php.net Assigned: pajoye (profile)
Status: Closed Package: APC (PECL)
PHP Version: 5_3 SVN-2010-11-03 (dev) OS: GNU/Linux (Fedora 14)
Private report: No CVE-ID: None
 [2010-11-03 11:12 UTC] remicollet@php.net
Description:
------------
Report as version 3.1.5-dev

$ grep VERSION APC-3.1.5/php_apc.h
#define PHP_APC_VERSION "3.1.5-dev"

Not a big issue... but...

Reproduce code:
---------------
php -r 'echo phpversion('apc')."\n";'

Expected result:
----------------
3.1.5

Actual result:
--------------
3.1.5-dev


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-03 12:02 UTC] pierre dot php at gmail dot com
My fault, I forgot to remove it. 3.1.6-stable will have a correct version.
 [2010-12-01 04:50 UTC] gopalv@php.net
3.1.6 is out and with the right version tag.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 10:01:34 2024 UTC