php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61976 5.3.13 reports version as 5.3.12
Submitted: 2012-05-08 19:35 UTC Modified: 2012-05-08 21:36 UTC
From: hajo at csphere dot eu Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 5.3.13 OS: Windows
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-05-08 19:35 UTC] hajo at csphere dot eu
Description:
------------
the constant PHP_RELEASE_VERSION is 12 but should be 13. other constants like PHP_VERSION could also be affected.

Test script:
---------------
echo PHP_RELEASE_VERSION;

Expected result:
----------------
13

Actual result:
--------------
12

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-08 19:37 UTC] hajo at csphere dot eu
PHP_VERSION seems to work as expected as it returns 5.3.13
 [2012-05-08 21:36 UTC] johannes@php.net
-Status: Open +Status: Wont fix
 [2012-05-08 21:36 UTC] johannes@php.net
This only affects Windows builds and only  PHP_RELEASE_VERSION. PHP_VERSION and PHP_VERSION_ID are correct. Unix builds will also pickup the correct version. Added this to my release checklist for double checking in future. But we can't change released packages easily - unless we make this 5.3.14 ;-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC